aboutsummaryrefslogtreecommitdiff
path: root/backends/symbian/src/SymbianActions.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/symbian/src/SymbianActions.h')
-rw-r--r--backends/symbian/src/SymbianActions.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/symbian/src/SymbianActions.h b/backends/symbian/src/SymbianActions.h
index 50a3ed6bac..f8e82afcb0 100644
--- a/backends/symbian/src/SymbianActions.h
+++ b/backends/symbian/src/SymbianActions.h
@@ -26,7 +26,6 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
-#include "base/gameDetector.h"
#include "gui/Key.h"
#include "gui/Actions.h"
@@ -58,7 +57,7 @@ public:
bool perform(ActionType action, bool pushed = true);
Common::String actionName(ActionType action);
int size();
- static void init(GameDetector &detector);
+ static void init(const Common::String &gameid);
void initInstanceMain(OSystem *mainSystem);
void initInstanceGame();
@@ -69,7 +68,7 @@ public:
~SymbianActions();
private:
- SymbianActions(GameDetector &detector);
+ SymbianActions(const Common::String &gameid);
bool _right_click_needed;
};