13
0

Make sure that a newly introduced class will be visible if it's needed outside of libgtkmm2ext

This commit is contained in:
John Emmas 2016-03-11 10:51:24 +00:00
parent 6af6031774
commit bd519627d1

View File

@ -3,9 +3,11 @@
#include <gtkmm/entry.h>
#include <string>
#include "gtkmm2ext/visibility.h"
namespace Gtkmm2ext {
class SearchBar : public Gtk::Entry
class LIBGTKMM2EXT_API SearchBar : public Gtk::Entry
{
public:
SearchBar(