summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-01 16:17:33 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-01 16:17:33 -0500
commitc626e83a647048f59c58dcfd79182004b75e392c (patch)
treeb75f91a7ffd6338f34cd1a4706ae32b5fd0b362b /libs/gtkmm2ext
parent19395ac258bd48595790bcb6fa8b206c43a64796 (diff)
ardour now requires export visibility macros for all added classes
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/paths_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/paths_dialog.h b/libs/gtkmm2ext/gtkmm2ext/paths_dialog.h
index cc966e44be..4f18511c58 100644
--- a/libs/gtkmm2ext/gtkmm2ext/paths_dialog.h
+++ b/libs/gtkmm2ext/gtkmm2ext/paths_dialog.h
@@ -23,9 +23,11 @@
#include <vector>
#include <gtkmm.h>
+#include "gtkmm2ext/visibility.h"
+
namespace Gtkmm2ext {
-class PathsDialog : public Gtk::Dialog
+class LIBGTKMM2EXT_API PathsDialog : public Gtk::Dialog
{
public:
PathsDialog (std::string, std::string current_paths = "", std::string default_paths = "");