Fix compile issue

This commit is contained in:
Martin 2021-03-09 17:04:01 +01:00
parent e33c87c37f
commit 78064612fe

View File

@ -8481,7 +8481,7 @@ bool IndexThread::start_shadowcopy_lin( SCDirs * dir, std::string &wpath, bool f
FLockFile(std:string fn, bool perm)
: fn(fn), perm(perm) {}
std:string fn;
std::string fn;
bool perm;
};
std::vector<FLockFile> flock_files;