mirror of https://github.com/stella-emu/stella.git
fixed compile error
This commit is contained in:
parent
bede5cc0ca
commit
91d92b7ca0
|
@ -44,7 +44,7 @@ class QuadTariDialog: public Dialog
|
|||
void setDefaults() override;
|
||||
|
||||
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);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue