Export BarModelEditor

Export BarModelEditor so that for example the LadspaEffect project/
plugin can use it.
This commit is contained in:
Michael Gregorius
2023-07-08 16:49:47 +02:00
parent 8fce4238aa
commit 77c881f23b

View File

@@ -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);