summaryrefslogtreecommitdiff
path: root/library/binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/binary.h')
-rw-r--r--library/binary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/binary.h b/library/binary.h
index e33e46bf..bf477116 100644
--- a/library/binary.h
+++ b/library/binary.h
@@ -9,9 +9,9 @@
#include "../shared/zstring.h"
#include <wx/longlong.h>
-#include "../shared/fileError.h"
+#include "../shared/file_error.h"
-namespace FreeFileSync
+namespace ffs3
{
//callback functionality for status updates while comparing
bgstack15