summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/git_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/git_context.hpp')
-rw-r--r--src/buildtool/file_system/git_context.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/file_system/git_context.hpp b/src/buildtool/file_system/git_context.hpp
index d6aaeab6..8cec02db 100644
--- a/src/buildtool/file_system/git_context.hpp
+++ b/src/buildtool/file_system/git_context.hpp
@@ -26,10 +26,11 @@ class GitContext {
auto operator=(GitContext const&) = delete;
auto operator=(GitContext&& other) = delete;
- GitContext() noexcept;
+ static void Create() noexcept;
~GitContext() noexcept;
private:
+ GitContext() noexcept;
bool initialized_{false};
};