Fix compile error.

This commit is contained in:
Stephen Anthony 2020-12-22 10:39:49 -03:30
parent a49d5dbbf9
commit 2b1bfc2249
2 changed files with 2 additions and 1 deletions

View File

@ -1341,6 +1341,7 @@ void GameInfoDialog::setAddressVal(EditTextWidget* addressWidget, EditTextWidget
valWidget->setText("");
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void GameInfoDialog::exportCurrentPropertiesToDisk()
{
saveProperties();

View File

@ -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};