Browse Source

checkpoint

toml
Antonio SJ Musumeci 3 years ago
parent
commit
469492800c
  1. 1
      src/fs_movefile.hpp
  2. 2
      src/fuse_rmdir_policy_all.hpp

1
src/fs_movefile.hpp

@ -17,7 +17,6 @@
#pragma once
#include "branches.hpp"
#include "policy.hpp"
#include <string>

2
src/fuse_rmdir_policy_all.hpp

@ -34,6 +34,6 @@ namespace FUSE::RMDIR::POLICY
int operator()(const gfs::path &fusepath) final;
private:
Branches2 _branches;
Branches _branches;
};
}
Loading…
Cancel
Save