summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/choice.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/choice.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/choice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/choice.h b/libs/gtkmm2ext/gtkmm2ext/choice.h
index 17e3b3192c..df6a90dd30 100644
--- a/libs/gtkmm2ext/gtkmm2ext/choice.h
+++ b/libs/gtkmm2ext/gtkmm2ext/choice.h
@@ -27,9 +27,11 @@
#include <string>
#include <vector>
+#include "gtkmm2ext/visibility.h"
+
namespace Gtkmm2ext {
-class Choice : public Gtk::Dialog
+class LIBGTKMM2EXT_API Choice : public Gtk::Dialog
{
public:
Choice (std::string title, std::string prompt, std::vector<std::string> choices, bool center = true);