mirror of https://github.com/stella-emu/stella.git
Fix compile error.
This commit is contained in:
parent
a49d5dbbf9
commit
2b1bfc2249
|
@ -1341,6 +1341,7 @@ void GameInfoDialog::setAddressVal(EditTextWidget* addressWidget, EditTextWidget
|
|||
valWidget->setText("");
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
void GameInfoDialog::exportCurrentPropertiesToDisk()
|
||||
{
|
||||
saveProperties();
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue