From b60ecd4e2a5a7fd88f1bc18191c48ec800caff10 Mon Sep 17 00:00:00 2001 From: saker Date: Mon, 5 Aug 2024 06:42:25 -0400 Subject: [PATCH] Fix header guard --- include/MixerChannelView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/MixerChannelView.h b/include/MixerChannelView.h index ffab2811da9..551614a5f1c 100644 --- a/include/MixerChannelView.h +++ b/include/MixerChannelView.h @@ -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 #include @@ -141,4 +141,4 @@ private slots: }; } // namespace lmms::gui -#endif \ No newline at end of file +#endif // LMMS_MIXER_CHANNEL_VIEW_H \ No newline at end of file