summaryrefslogtreecommitdiff
path: root/file_hierarchy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'file_hierarchy.cpp')
-rw-r--r--file_hierarchy.cpp4
1 files changed, 2 insertions, 2 deletions
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!
bgstack15