From 88a2d0007db222c339f0b6a17794a2014a241892 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:16:21 +0200 Subject: 4.3 --- zen/dir_watcher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zen/dir_watcher.h') diff --git a/zen/dir_watcher.h b/zen/dir_watcher.h index df3c444c..a9898abb 100644 --- a/zen/dir_watcher.h +++ b/zen/dir_watcher.h @@ -9,6 +9,7 @@ #include #include +#include #include "file_error.h" namespace zen @@ -35,7 +36,7 @@ public: ~DirWatcher(); //extract accumulated changes since last call - std::vector getChanges(); //throw FileError + std::vector getChanges(const std::function& processGuiMessages); //throw FileError private: DirWatcher(const DirWatcher&); -- cgit