From dc7cc064ced6653497259990cb8f1d369e763650 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 22 Mar 2009 01:03:27 +0100 Subject: [PATCH] ControllerConnection: export symbols for win32 build As of ee9e5680b7cf4880cd46db3113e4c6d5a9b86c5c, LADSPA effect plugins access ControllerConnection class. We therefore need to export its symbols. --- include/controller_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/controller_connection.h b/include/controller_connection.h index 98618560b..966bc072b 100644 --- a/include/controller_connection.h +++ b/include/controller_connection.h @@ -40,7 +40,7 @@ class controllerConnection; typedef QVector controllerConnectionVector; -class controllerConnection : public QObject, public journallingObject +class EXPORT controllerConnection : public QObject, public journallingObject { Q_OBJECT public: