diff options
Diffstat (limited to 'zen/dir_watcher.cpp')
-rw-r--r-- | zen/dir_watcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/dir_watcher.cpp b/zen/dir_watcher.cpp index 87fa3596..e0b4a338 100644 --- a/zen/dir_watcher.cpp +++ b/zen/dir_watcher.cpp @@ -35,7 +35,7 @@ DirWatcher::DirWatcher(const Zstring& dirPath) : //throw FileError //get all subdirectories std::vector<Zstring> fullFolderList {baseDirPath_}; { - std::function<void (const Zstring& path)> traverse; + std::function<void(const Zstring& path)> traverse; traverse = [&traverse, &fullFolderList](const Zstring& path) { |