aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEActionsSmartphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/CEActionsSmartphone.h')
-rw-r--r--backends/wince/CEActionsSmartphone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/wince/CEActionsSmartphone.h b/backends/wince/CEActionsSmartphone.h
index d408398e29..9549297d84 100644
--- a/backends/wince/CEActionsSmartphone.h
+++ b/backends/wince/CEActionsSmartphone.h
@@ -60,7 +60,7 @@ class CEActionsSmartphone : public GUI::Actions {
bool perform(GUI::ActionType action, bool pushed = true);
String actionName(GUI::ActionType action);
int size();
- static void init(const Common::String &gameid);
+ static void init();
void initInstanceMain(OSystem *mainSystem);
void initInstanceGame();
@@ -70,7 +70,7 @@ class CEActionsSmartphone : public GUI::Actions {
~CEActionsSmartphone();
private:
- CEActionsSmartphone(const Common::String &gameid);
+ CEActionsSmartphone();
bool _right_click_needed;
OSystem_WINCE3 *_CESystem;
};