From 98ecf620f7de377dc8ae9ad7fbd1e3b24477e138 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:11:56 +0200 Subject: 3.17 --- file_hierarchy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file_hierarchy.cpp') diff --git a/file_hierarchy.cpp b/file_hierarchy.cpp index 1681da22..672fd1b1 100644 --- a/file_hierarchy.cpp +++ b/file_hierarchy.cpp @@ -7,7 +7,7 @@ #include "file_hierarchy.h" #include "shared/build_info.h" -using namespace ffs3; +using namespace zen; namespace { @@ -202,7 +202,7 @@ SyncOperation FileSystemObject::getSyncOperation( } -const Zstring& ffs3::getSyncDBFilename() +const Zstring& zen::getSyncDBFilename() { //Linux and Windows builds are binary incompatible: char/wchar_t case, sensitive/insensitive //32 and 64 bit db files ARE designed to be binary compatible! -- cgit