From c626e83a647048f59c58dcfd79182004b75e392c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 1 Mar 2014 16:17:33 -0500 Subject: [PATCH] ardour now requires export visibility macros for all added classes --- libs/gtkmm2ext/gtkmm2ext/paths_dialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include +#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 = ""); -- 2.30.2