aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.h')
-rw-r--r--gui/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dialog.h b/gui/dialog.h
index 336e50db05..29a4b76795 100644
--- a/gui/dialog.h
+++ b/gui/dialog.h
@@ -77,6 +77,8 @@ public:
SaveLoadDialog(NewGui *gui);
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
+protected:
+ Widget* _savegameList;
};