aboutsummaryrefslogtreecommitdiff
path: root/gui/massadd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/massadd.h')
-rw-r--r--gui/massadd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/massadd.h b/gui/massadd.h
index 733559cf37..c2a0eff2ba 100644
--- a/gui/massadd.h
+++ b/gui/massadd.h
@@ -38,14 +38,14 @@ class StaticTextWidget;
class MassAddDialog : public Dialog {
public:
- MassAddDialog(const Common::FilesystemNode &startDir);
+ MassAddDialog(const Common::FSNode &startDir);
//void open();
void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
void handleTickle();
private:
- Common::Stack<Common::FilesystemNode> _scanStack;
+ Common::Stack<Common::FSNode> _scanStack;
GameList _games;
/**