summaryrefslogtreecommitdiff
path: root/FL/Fl_Int_Input.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_Int_Input.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_Int_Input.H')
-rw-r--r--FL/Fl_Int_Input.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Int_Input.H b/FL/Fl_Int_Input.H
index a99ebe3ed..37dc24222 100644
--- a/FL/Fl_Int_Input.H
+++ b/FL/Fl_Int_Input.H
@@ -37,7 +37,7 @@
The Fl_Int_Input class is a subclass of Fl_Input
that only allows the user to type decimal digits (or hex numbers of the form 0xaef).
*/
-class Fl_Int_Input : public Fl_Input {
+class FL_EXPORT Fl_Int_Input : public Fl_Input {
public:
/**
Creates a new Fl_Int_Input widget using the given position,