summaryrefslogtreecommitdiff
path: root/ui/check_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/check_version.h')
-rw-r--r--ui/check_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/check_version.h b/ui/check_version.h
index f7fb409d..b9606987 100644
--- a/ui/check_version.h
+++ b/ui/check_version.h
@@ -8,7 +8,7 @@
#define UPDATEVERSION_H_INCLUDED
-namespace ffs3
+namespace zen
{
void checkForUpdateNow();
bgstack15