state.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 16:17:57 -05:00
parent 28a3d614b3
commit 828e0abca4

View File

@ -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;
};