Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd committed Aug 16, 2024
1 parent a00cdba commit c98353f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/PluginPinConnectorView.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <QScrollArea>

#include "embed.h"
#include "lmms_export.h"
#include "ModelView.h"

class QPixmap;
Expand All @@ -44,7 +45,7 @@ namespace gui

class SubWindow;

class PluginPinConnectorView
class LMMS_EXPORT PluginPinConnectorView
: public QWidget
//: public QScrollArea
, public ModelView
Expand Down

0 comments on commit c98353f

Please sign in to comment.