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/Resource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/Resource.hpp') diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index 3490d88c..b3f50da5 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -31,7 +31,7 @@ namespace Ingen { /** An object with a URI described by properties. * @ingroup Ingen */ -class Resource : public Raul::Deletable +class INGEN_API Resource : public Raul::Deletable { public: Resource(URIs& uris, const Raul::URI& uri) -- cgit v1.2.1