Browse Source

fuse_create_base.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
2c437b6143
  1. 3
      src/fuse_create_base.hpp

3
src/fuse_create_base.hpp

@ -32,5 +32,8 @@ namespace
virtual int operator(char const *fusepath, virtual int operator(char const *fusepath,
mode_t const mode, mode_t const mode,
fuse_file_info_t *ffi) = 0; fuse_file_info_t *ffi) = 0;
public:
Branches *branches;
}; };
} }
Loading…
Cancel
Save