aboutsummaryrefslogtreecommitdiff
path: root/gui/editgamedialog.h
diff options
context:
space:
mode:
authorThierry Crozat2016-10-30 15:43:14 +0000
committerThierry Crozat2016-10-30 15:43:14 +0000
commit59675d2e4c7993e67eabfef69002b70d13c15473 (patch)
treee604611708fc4c7ceaa7a27d108ea608d4c41328 /gui/editgamedialog.h
parent96153644e6b72b7d956d8a45114172a035ce24cc (diff)
downloadscummvm-rg350-59675d2e4c7993e67eabfef69002b70d13c15473.tar.gz
scummvm-rg350-59675d2e4c7993e67eabfef69002b70d13c15473.tar.bz2
scummvm-rg350-59675d2e4c7993e67eabfef69002b70d13c15473.zip
GUI: Add Apply button in global options dialog
Diffstat (limited to 'gui/editgamedialog.h')
-rw-r--r--gui/editgamedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/editgamedialog.h b/gui/editgamedialog.h
index 0be6c1650e..a317e364c6 100644
--- a/gui/editgamedialog.h
+++ b/gui/editgamedialog.h
@@ -65,7 +65,7 @@ public:
EditGameDialog(const String &domain, const String &desc);
void open();
- void close();
+ virtual void apply();
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
protected: