From bd519627d1d834d57b3ad022e1d5bf6ca12c888a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Fri, 11 Mar 2016 10:51:24 +0000 Subject: Make sure that a newly introduced class will be visible if it's needed outside of libgtkmm2ext --- libs/gtkmm2ext/gtkmm2ext/searchbar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/gtkmm2ext/gtkmm2ext/searchbar.h b/libs/gtkmm2ext/gtkmm2ext/searchbar.h index d14d3bed3f..b8a209c346 100644 --- a/libs/gtkmm2ext/gtkmm2ext/searchbar.h +++ b/libs/gtkmm2ext/gtkmm2ext/searchbar.h @@ -3,9 +3,11 @@ #include #include +#include "gtkmm2ext/visibility.h" + namespace Gtkmm2ext { -class SearchBar : public Gtk::Entry +class LIBGTKMM2EXT_API SearchBar : public Gtk::Entry { public: SearchBar( -- cgit v1.2.3