Skip to content

Commit

Permalink
Fix header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Aug 5, 2024
1 parent 4a4f919 commit b60ecd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/MixerChannelView.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*
*/

#ifndef MIXER_CHANNEL_VIEW_H
#define MIXER_CHANNEL_VIEW_H
#ifndef LMMS_MIXER_CHANNEL_VIEW_H
#define LMMS_MIXER_CHANNEL_VIEW_H

#include <QGraphicsView>
#include <QLabel>
Expand Down Expand Up @@ -141,4 +141,4 @@ private slots:
};
} // namespace lmms::gui

#endif
#endif // LMMS_MIXER_CHANNEL_VIEW_H

0 comments on commit b60ecd4

Please sign in to comment.