ControllerConnection: export symbols for win32 build

As of ee9e5680b7, LADSPA effect plugins access
ControllerConnection class. We therefore need to export its symbols.
This commit is contained in:
Tobias Doerffel
2009-03-22 01:03:27 +01:00
parent acaaea8204
commit dc7cc064ce

View File

@@ -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: