summaryrefslogtreecommitdiffstats
path: root/ingen/client/SigClientInterface.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-02 17:14:31 +0000
committerDavid Robillard <d@drobilla.net>2015-03-02 17:14:31 +0000
commite5da085b75ff7c33a10ac2b03434d487c47340f2 (patch)
treec59e52d7442dd735ec48dd0fc2d11e6838a15d6a /ingen/client/SigClientInterface.hpp
parentf69c75e637cc3c789a675d1811a2f632732bafc0 (diff)
downloadingen-e5da085b75ff7c33a10ac2b03434d487c47340f2.tar.gz
ingen-e5da085b75ff7c33a10ac2b03434d487c47340f2.tar.bz2
ingen-e5da085b75ff7c33a10ac2b03434d487c47340f2.zip
Fix compilation with -fvisibility=hidden.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen/client/SigClientInterface.hpp')
-rw-r--r--ingen/client/SigClientInterface.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ingen/client/SigClientInterface.hpp b/ingen/client/SigClientInterface.hpp
index 39fff895..35166a2e 100644
--- a/ingen/client/SigClientInterface.hpp
+++ b/ingen/client/SigClientInterface.hpp
@@ -25,6 +25,7 @@
#include "ingen/Interface.hpp"
#include "ingen/client/signal.hpp"
+#include "ingen/ingen.h"
namespace Ingen {
namespace Client {
@@ -39,8 +40,8 @@ namespace Client {
*
* @ingroup IngenClient
*/
-class SigClientInterface : public Ingen::Interface,
- public INGEN_TRACKABLE
+class INGEN_API SigClientInterface : public Ingen::Interface,
+ public INGEN_TRACKABLE
{
public:
SigClientInterface() {}