mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-29 00:33:31 -05:00
ControllerConnection: export symbols for win32 build
As ofee9e5680b7, LADSPA effect plugins access ControllerConnection class. We therefore need to export its symbols. (cherry picked from commitdc7cc064ce)
This commit is contained in:
@@ -40,7 +40,7 @@ class controllerConnection;
|
||||
typedef QVector<controllerConnection *> controllerConnectionVector;
|
||||
|
||||
|
||||
class controllerConnection : public QObject, public journallingObject
|
||||
class EXPORT controllerConnection : public QObject, public journallingObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user