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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/wince/CELauncherDialog.h b/backends/wince/CELauncherDialog.h
index 6617b0250b..43865d9c05 100644
--- a/backends/wince/CELauncherDialog.h
+++ b/backends/wince/CELauncherDialog.h
@@ -36,7 +36,7 @@ public:
protected:
void addGame();
void addCandidate(String &path, DetectedGameList &candidates);
- void automaticScanDirectory(const FilesystemNode *node);
+ void automaticScanDirectory(const FilesystemNode &node);
};
typedef GUI::LauncherDialog GUILauncherDialog;