From ed50041589974d31296cb30dc1897f7fba6336c2 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 20 Nov 2019 08:36:44 -0500 Subject: add upstream 10.18 --- 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 f5ed0488..94632ea4 100644 --- a/zen/dir_watcher.cpp +++ b/zen/dir_watcher.cpp @@ -101,7 +101,7 @@ DirWatcher::~DirWatcher() } -std::vector DirWatcher::getChanges(const std::function& requestUiRefresh, std::chrono::milliseconds cbInterval) //throw FileError +std::vector DirWatcher::getChanges(const std::function& requestUiUpdate, std::chrono::milliseconds cbInterval) //throw FileError { std::vector buffer(512 * (sizeof(struct ::inotify_event) + NAME_MAX + 1)); -- cgit