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/Node.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ingen/Node.hpp') diff --git a/ingen/Node.hpp b/ingen/Node.hpp index 293ac058..b10f2d10 100644 --- a/ingen/Node.hpp +++ b/ingen/Node.hpp @@ -18,6 +18,7 @@ #define INGEN_NODE_HPP #include "ingen/Resource.hpp" +#include "ingen/ingen.h" #include "ingen/types.hpp" #include "raul/Path.hpp" @@ -45,7 +46,7 @@ class Store; * * @ingroup Ingen */ -class Node : public Resource +class INGEN_API Node : public Resource { public: enum class GraphType { -- cgit v1.2.1