diff --git a/src/Boggle.cpp b/src/Boggle.cpp index 79d7f59..801114f 100755 --- a/src/Boggle.cpp +++ b/src/Boggle.cpp @@ -14,7 +14,7 @@ #ifdef __APPLE__ const std::string Boggle::s_DICTIONARY_FILE = "../../../EnglishWords.dat"; #else -const std::string Boggle::DICTIONARY_FILE = "EnglishWords.dat"; +const std::string Boggle::s_DICTIONARY_FILE = "EnglishWords.dat"; #endif static const int g_NUM_CUBES = 16; // the number of cubes in the game