aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CELauncherDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wince/CELauncherDialog.h')
-rw-r--r--backends/platform/wince/CELauncherDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wince/CELauncherDialog.h b/backends/platform/wince/CELauncherDialog.h
index a5f3fd0d43..7e86f808fc 100644
--- a/backends/platform/wince/CELauncherDialog.h
+++ b/backends/platform/wince/CELauncherDialog.h
@@ -36,7 +36,7 @@ public:
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
protected:
void addGame();
- void automaticScanDirectory(const Common::FilesystemNode &node);
+ void automaticScanDirectory(const Common::FSNode &node);
};
typedef GUI::LauncherDialog GUILauncherDialog;