aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CELauncherDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/wince/CELauncherDialog.h')
-rw-r--r--backends/wince/CELauncherDialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/wince/CELauncherDialog.h b/backends/wince/CELauncherDialog.h
index f612b53b97..7cb54a3f56 100644
--- a/backends/wince/CELauncherDialog.h
+++ b/backends/wince/CELauncherDialog.h
@@ -25,14 +25,13 @@
#include "backends/fs/fs.h"
-#include "base/gameDetector.h"
#include "base/plugins.h"
#include "gui/launcher.h"
class CELauncherDialog : public GUI::LauncherDialog {
public:
- CELauncherDialog(GameDetector &detector);
+ CELauncherDialog();
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
protected:
void addGame();