Browse Source

state.hpp

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

4
src/state.hpp

@ -18,6 +18,6 @@ public:
mode_t const mode, mode_t const mode,
fuse_file_info_t *ffi); fuse_file_info_t *ffi);
public:
Func2::Create create;
private:
Func2::Create _create;
}; };
Loading…
Cancel
Save