Skip to content

Commit

Permalink
fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
thrust26 committed May 6, 2024
1 parent bede5cc commit 91d92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/QuadTariDialog.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 91d92b7

Please sign in to comment.