From a53560254596460a4778a27f50b89ce92f810055 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 19 Oct 2022 10:53:07 -0400 Subject: add upstream 11.27 --- zen/dir_watcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/dir_watcher.cpp') 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 fullFolderList {baseDirPath_}; { - std::function traverse; + std::function traverse; traverse = [&traverse, &fullFolderList](const Zstring& path) { -- cgit