summaryrefslogtreecommitdiff
path: root/shared/app_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/app_main.h')
-rw-r--r--shared/app_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/app_main.h b/shared/app_main.h
index bdfb9b08..33ddcfb6 100644
--- a/shared/app_main.h
+++ b/shared/app_main.h
@@ -9,7 +9,7 @@
class wxWindow;
-namespace ffs3
+namespace zen
{
//just some wrapper around a global variable representing the (logical) main application window
class AppMainWindow
bgstack15