summaryrefslogtreecommitdiff
path: root/shared/help_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/help_provider.h')
-rw-r--r--shared/help_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/help_provider.h b/shared/help_provider.h
index 0fd9ab2f..01ac3054 100644
--- a/shared/help_provider.h
+++ b/shared/help_provider.h
@@ -9,7 +9,7 @@
#include <wx/string.h>
-namespace ffs3
+namespace zen
{
void displayHelpEntry(const wxString& section = wxEmptyString);
}
bgstack15