From 77c881f23bf1501f474d613aad573e9280eb03a8 Mon Sep 17 00:00:00 2001 From: Michael Gregorius Date: Sat, 8 Jul 2023 16:49:47 +0200 Subject: [PATCH] Export BarModelEditor Export BarModelEditor so that for example the LadspaEffect project/ plugin can use it. --- include/BarModelEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/BarModelEditor.h b/include/BarModelEditor.h index 4681a62b1..1897e801d 100644 --- a/include/BarModelEditor.h +++ b/include/BarModelEditor.h @@ -33,7 +33,7 @@ namespace lmms::gui { -class BarModelEditor : public FloatModelEditorBase +class LMMS_EXPORT BarModelEditor : public FloatModelEditorBase { public: BarModelEditor(QString text, FloatModel * floatModel, QWidget * parent = nullptr);