diff options
Diffstat (limited to 'src/buildtool/file_system/git_repo.hpp')
-rw-r--r-- | src/buildtool/file_system/git_repo.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/file_system/git_repo.hpp b/src/buildtool/file_system/git_repo.hpp index 942e97b7..0127c604 100644 --- a/src/buildtool/file_system/git_repo.hpp +++ b/src/buildtool/file_system/git_repo.hpp @@ -63,7 +63,7 @@ class GitRepo { // Stores the info of an object read by its path. struct TreeEntryInfo { - std::string id{}; + std::string id; ObjectType type; // if type is symlink, read it in advance std::optional<std::string> symlink_content{std::nullopt}; |