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