diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:19:49 +0200 |
commit | c8e0e909b4a8d18319fc65434a10dc446434817c (patch) | |
tree | eee91e7d2ce229dd043811eae8f1e2bd78061916 /lib/status_handler_impl.h | |
parent | 5.2 (diff) | |
download | FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.gz FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.tar.bz2 FreeFileSync-c8e0e909b4a8d18319fc65434a10dc446434817c.zip |
5.3
Diffstat (limited to 'lib/status_handler_impl.h')
-rw-r--r-- | lib/status_handler_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/status_handler_impl.h b/lib/status_handler_impl.h index 7141d75c..10890dbe 100644 --- a/lib/status_handler_impl.h +++ b/lib/status_handler_impl.h @@ -8,7 +8,7 @@ #define STATUSHANDLER_IMPL_H_INCLUDED #include <zen/file_error.h> -#include "status_handler.h" +#include "process_callback.h" template <typename Function> inline bool tryReportingError(Function cmd, ProcessCallback& handler) //return "true" on success, "false" if error was ignored |