From bd2029bbcc82d3e2eff4f4a5d758d51b93040256 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 22 Dec 2020 10:39:49 -0330 Subject: [PATCH] Fix compile error. --- src/gui/GameInfoDialog.cxx | 1 + src/gui/GameInfoDialog.hxx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/GameInfoDialog.cxx b/src/gui/GameInfoDialog.cxx index 40c1288d8..3700caf5f 100644 --- a/src/gui/GameInfoDialog.cxx +++ b/src/gui/GameInfoDialog.cxx @@ -1341,6 +1341,7 @@ void GameInfoDialog::setAddressVal(EditTextWidget* addressWidget, EditTextWidget valWidget->setText(""); } +// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void GameInfoDialog::exportCurrentPropertiesToDisk() { saveProperties(); diff --git a/src/gui/GameInfoDialog.hxx b/src/gui/GameInfoDialog.hxx index cb2d4c0c7..c217bd689 100644 --- a/src/gui/GameInfoDialog.hxx +++ b/src/gui/GameInfoDialog.hxx @@ -77,7 +77,7 @@ class GameInfoDialog : public Dialog, public CommandSender // set formatted memory value for given address field void setAddressVal(EditTextWidget* address, EditTextWidget* val, bool isBCD = true, bool zeroBased = false, uInt8 maxVal = 255); - void saveCurrentPropertiesToDisk(); + void exportCurrentPropertiesToDisk(); private: TabWidget* myTab{nullptr};