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 --- src/gui/App.hpp | 3 ++- src/gui/GraphBox.hpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 0ce37ebd..0e3a4079 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -29,6 +29,7 @@ #include "ingen/Atom.hpp" #include "ingen/Status.hpp" #include "ingen/World.hpp" +#include "ingen/ingen.h" #include "ingen/types.hpp" #include "raul/Deletable.hpp" #include "raul/URI.hpp" @@ -65,7 +66,7 @@ class WindowFactory; /** Ingen Gtk Application. * \ingroup GUI */ -class App +class INGEN_API App { public: ~App(); diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp index aee4902c..8d884e01 100644 --- a/src/gui/GraphBox.hpp +++ b/src/gui/GraphBox.hpp @@ -28,6 +28,7 @@ #include #include +#include "ingen/ingen.h" #include "ingen/types.hpp" #include "Window.hpp" @@ -60,7 +61,7 @@ class SubgraphModule; * * \ingroup GUI */ -class GraphBox : public Gtk::VBox +class INGEN_API GraphBox : public Gtk::VBox { public: GraphBox(BaseObjectType* cobject, -- cgit v1.2.1