Skip to content

Commit

Permalink
Fix defines around includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Jun 22, 2024
1 parent f8cb4be commit f230921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Lv2ViewBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

#include <optional>
#include <QDebug>
#include <lv2/ui/ui.h>
#ifdef LMMS_HAVE_SUIL
#include <suil/suil.h>
#include <lv2/ui/ui.h>
#endif

#include "LinkedModelGroupViews.h"
Expand Down Expand Up @@ -103,14 +103,14 @@ class Lv2ViewProc : public LinkedModelGroupView
SuilHost* m_uiHost; ///< Plugin UI host support
SuilInstance* m_uiInstance; ///< Plugin UI instance (shared library)
QWidget* m_uiInstanceWidget = nullptr;
#endif
#ifdef LMMS_HAVE_LV2_1_17_2
LV2UI_Request_Value m_requestValue;
LV2UI_Request_Value_Status requestValue(
LV2_URID key,
LV2_URID type,
const LV2_Feature* const* features);
#endif
#endif
};


Expand Down

0 comments on commit f230921

Please sign in to comment.