summaryrefslogtreecommitdiffstats
path: root/ingen/AtomSink.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/AtomSink.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/AtomSink.hpp')
-rw-r--r--ingen/AtomSink.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/AtomSink.hpp b/ingen/AtomSink.hpp
index ade5e147..601892f6 100644
--- a/ingen/AtomSink.hpp
+++ b/ingen/AtomSink.hpp
@@ -17,6 +17,7 @@
#ifndef INGEN_ATOMSINK_HPP
#define INGEN_ATOMSINK_HPP
+#include "ingen/ingen.h"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
namespace Ingen {
@@ -24,7 +25,7 @@ namespace Ingen {
/** A sink for LV2 Atoms.
* @ingroup IngenShared
*/
-class AtomSink {
+class INGEN_API AtomSink {
public:
virtual ~AtomSink() {}