aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index fcb127036f..81213a3836 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -23,6 +23,7 @@
#ifndef GAMEDETECTOR_H
#define GAMEDETECTOR_H
+#include "base/plugins.h"
#include "common/str.h"
class Engine;
@@ -117,7 +118,7 @@ public:
static Language parseLanguage(const String &s);
static Platform parsePlatform(const String &s);
- const GameSettings *findGame(const String &gameName, const Plugin **plugin = NULL) const;
+ static GameSettings findGame(const String &gameName, const Plugin **plugin = NULL);
protected:
bool detectGame(void);