Browse Source

state.hpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
828e0abca4
  1. 4
      src/state.hpp

4
src/state.hpp

@ -6,7 +6,7 @@
class State class State
{ {
typedef ghc::filesystem::path Path; typedef ghc::filesystem::path Path;
public: public:
State(); State();
@ -21,7 +21,7 @@ public:
{ {
return _create(branches,fusepath_,mode_,ffi_); return _create(branches,fusepath_,mode_,ffi_);
} }
private: private:
Func2::Create _create; Func2::Create _create;
}; };
Loading…
Cancel
Save