aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 4cbfa3453f..6393440863 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -31,7 +31,7 @@ public:
int detectMain(int argc, char **argv);
void parseCommandLine(int argc, char **argv);
bool detectGame(void);
- char *getGameName(void);
+ const char *getGameName(void);
bool _fullScreen;
byte _gameId;