summaryrefslogtreecommitdiffstats
path: root/general/Flag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'general/Flag.cpp')
-rw-r--r--general/Flag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/general/Flag.cpp b/general/Flag.cpp
index 8dc6026e..ab86fa1b 100644
--- a/general/Flag.cpp
+++ b/general/Flag.cpp
@@ -22,4 +22,4 @@
#include "Flag.h"
-const char* PokeGen::Flag::ValueStr[PokeGen::Flag::End] = {"Off", "On", "Ignore"};
+const char* Flag::ValueStr[Flag::End] = {"Off", "On", "Ignore"};