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("");
|
valWidget->setText("");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
void GameInfoDialog::exportCurrentPropertiesToDisk()
|
void GameInfoDialog::exportCurrentPropertiesToDisk()
|
||||||
{
|
{
|
||||||
saveProperties();
|
saveProperties();
|
||||||
|
|
|
@ -77,7 +77,7 @@ class GameInfoDialog : public Dialog, public CommandSender
|
||||||
// set formatted memory value for given address field
|
// set formatted memory value for given address field
|
||||||
void setAddressVal(EditTextWidget* address, EditTextWidget* val,
|
void setAddressVal(EditTextWidget* address, EditTextWidget* val,
|
||||||
bool isBCD = true, bool zeroBased = false, uInt8 maxVal = 255);
|
bool isBCD = true, bool zeroBased = false, uInt8 maxVal = 255);
|
||||||
void saveCurrentPropertiesToDisk();
|
void exportCurrentPropertiesToDisk();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TabWidget* myTab{nullptr};
|
TabWidget* myTab{nullptr};
|
||||||
|
|
Loading…
Reference in New Issue