From fbe76102e941b9f1edaf236788e42678f05fdf9a Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:08:06 +0200 Subject: 3.9 --- RealtimeSync/watcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RealtimeSync/watcher.h') diff --git a/RealtimeSync/watcher.h b/RealtimeSync/watcher.h index c0690c33..dc579edc 100644 --- a/RealtimeSync/watcher.h +++ b/RealtimeSync/watcher.h @@ -9,10 +9,10 @@ #include "../shared/zstring.h" #include -#include "../shared/fileError.h" +#include "../shared/file_error.h" -namespace RealtimeSync +namespace rts { const int UI_UPDATE_INTERVAL = 100; //perform ui updates not more often than necessary, 100 seems to be a good value with only a minimal performance loss -- cgit