Fix mistakes

This commit is contained in:
Dalton Messmer
2023-01-07 21:12:23 -05:00
parent 2c6d88f799
commit d89f53b4b0
3 changed files with 9 additions and 9 deletions

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef LMMS_EDITOR_H
#define LMMS_EDITOR_H
#ifndef LMMS_GUI_EDITOR_H
#define LMMS_GUI_EDITOR_H
#include <QMainWindow>
#include <QToolBar>
@@ -113,4 +113,4 @@ protected:
} // namespace lmms::gui
#endif // LMMS_EDITOR_H
#endif // LMMS_GUI_EDITOR_H

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef LMMS_LV2_VIEW_BASE_H
#define LMMS_LV2_VIEW_BASE_H
#ifndef LMMS_GUI_LV2_VIEW_BASE_H
#define LMMS_GUI_LV2_VIEW_BASE_H
#include "lmmsconfig.h"
@@ -109,4 +109,4 @@ private:
#endif // LMMS_HAVE_LV2
#endif // LMMS_LV2_VIEW_BASE_H
#endif // LMMS_GUI_LV2_VIEW_BASE_H

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef LMMS_AEFFECTX_H
#define LMMS_AEFFECTX_H
#ifndef AEFFECTX_H
#define AEFFECTX_H
#include <stdint.h>
#include <type_traits>
@@ -297,4 +297,4 @@ public:
using audioMasterCallback = intptr_t (VST_CALL_CONV*)(AEffect*, int32_t, int32_t, intptr_t, void*, float);
#endif // LMMS_AEFFECTX_H
#endif // AEFFECTX_H