From e5da085b75ff7c33a10ac2b03434d487c47340f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Mar 2015 17:14:31 +0000 Subject: Fix compilation with -fvisibility=hidden. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/SocketWriter.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/SocketWriter.hpp') diff --git a/ingen/SocketWriter.hpp b/ingen/SocketWriter.hpp index d8858dd0..85264f30 100644 --- a/ingen/SocketWriter.hpp +++ b/ingen/SocketWriter.hpp @@ -23,7 +23,7 @@ #include "ingen/AtomWriter.hpp" #include "ingen/Interface.hpp" #include "ingen/types.hpp" -#include "ingen/types.hpp" +#include "ingen/ingen.h" #include "raul/Socket.hpp" #include "raul/URI.hpp" #include "sratom/sratom.h" @@ -32,7 +32,7 @@ namespace Ingen { /** An Interface that writes Turtle messages to a socket. */ -class SocketWriter : public AtomWriter, public AtomSink +class INGEN_API SocketWriter : public AtomWriter, public AtomSink { public: SocketWriter(URIMap& map, -- cgit v1.2.1