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 aafdcec commit aa2a20f
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 aa2a20f

Please sign in to comment.