mirror of https://github.com/stella-emu/stella.git
fixed compile error
This commit is contained in:
parent
6e260274d9
commit
6920160d81
|
@ -44,7 +44,7 @@ class QuadTariDialog: public Dialog
|
||||||
void setDefaults() override;
|
void setDefaults() override;
|
||||||
|
|
||||||
void loadControllerProperties(const Properties& props);
|
void loadControllerProperties(const Properties& props);
|
||||||
void QuadTariDialog::defineController(const Properties& props, PropType key,
|
void defineController(const Properties& props, PropType key,
|
||||||
Controller::Jack jack, PopUpWidget* popup, StaticTextWidget* label, bool first = true);
|
Controller::Jack jack, PopUpWidget* popup, StaticTextWidget* label, bool first = true);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue