mirror of
https://github.com/LMMS/lmms.git
synced 2026-06-12 08:09:29 -04:00
Fix mistakes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user