summaryrefslogtreecommitdiff
path: root/FL/Fl_Input_Choice.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-12 23:21:03 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2010-12-12 23:21:03 +0000
commit0c21b331b0ad275e25af3ed623c36ddeff484748 (patch)
tree11a0a4d2bf3ad3c918ca35b4699f891cd4936d33 /FL/Fl_Input_Choice.H
parent726feebff6e288b6abe4248a1f01e426e7c161db (diff)
Added missing 'FL_EXPORT' to lots of classes.
This may not be complete yet... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8022 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Input_Choice.H')
-rw-r--r--FL/Fl_Input_Choice.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Input_Choice.H b/FL/Fl_Input_Choice.H
index 5c5ff23d0..24c3f45eb 100644
--- a/FL/Fl_Input_Choice.H
+++ b/FL/Fl_Input_Choice.H
@@ -56,7 +56,7 @@
widgets directly, using the menubutton()
and input() accessor methods.
*/
-class Fl_Input_Choice : public Fl_Group {
+class FL_EXPORT Fl_Input_Choice : public Fl_Group {
// Private class to handle slightly 'special' behavior of menu button
class InputMenuButton : public Fl_Menu_Button {
void draw() {