diff --git a/src/state.hpp b/src/state.hpp index d4e2f719..af302e6c 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -6,7 +6,7 @@ class State { typedef ghc::filesystem::path Path; - + public: State(); @@ -21,7 +21,7 @@ public: { return _create(branches,fusepath_,mode_,ffi_); } - + private: Func2::Create _create; };