Browse Source

func_create_base.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
0c2f684f2a
  1. 8
      src/func_create_base.hpp

8
src/func_create_base.hpp

@ -34,9 +34,9 @@ namespace Func
virtual ~CreateBase() {}; virtual ~CreateBase() {};
public: public:
virtual int operator(Branches2 &branches_,
char const *fusepath,
mode_t const mode,
fuse_file_info_t *ffi) = 0;
virtual int operator()(Branches2 &branches_,
char const *fusepath,
mode_t const mode,
fuse_file_info_t *ffi) = 0;
}; };
} }
Loading…
Cancel
Save