diff options
Diffstat (limited to 'repository.h')
| -rw-r--r-- | repository.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repository.h b/repository.h index 76133b3785..042dc93f0f 100644 --- a/repository.h +++ b/repository.h @@ -9,7 +9,7 @@ struct git_hash_algo; struct index_state; struct lock_file; struct pathspec; -struct raw_object_store; +struct object_database; struct submodule_cache; struct promisor_remote_config; struct remote_state; @@ -53,7 +53,7 @@ struct repository { /* * Holds any information related to accessing the raw object content. */ - struct raw_object_store *objects; + struct object_database *objects; /* * All objects in this repository that have been parsed. This structure |
