Skip to content

Commit

Permalink
fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Sep 19, 2024
1 parent a930af7 commit 7308ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/EffectRackView.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public slots:
void moveUp(EffectView* view);
void moveDown(EffectView* view);
void deletePlugin(EffectView* view);
void update();

private slots:
virtual void update();
void addEffect();


Expand Down

0 comments on commit 7308ba3

Please sign in to comment.