summaryrefslogtreecommitdiff
path: root/src/buildtool/common/user_structs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/user_structs.hpp')
-rw-r--r--src/buildtool/common/user_structs.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/common/user_structs.hpp b/src/buildtool/common/user_structs.hpp
index bebd8fab..019d5925 100644
--- a/src/buildtool/common/user_structs.hpp
+++ b/src/buildtool/common/user_structs.hpp
@@ -57,8 +57,8 @@ struct LocalPaths {
path = path.parent_path();
}
}()};
- nlohmann::json git_checkout_locations{};
- std::vector<std::filesystem::path> distdirs{};
+ nlohmann::json git_checkout_locations;
+ std::vector<std::filesystem::path> distdirs;
};
struct CAInfo {