summaryrefslogtreecommitdiff
path: root/FL/Fl_Table.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Table.H')
-rw-r--r--FL/Fl_Table.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H
index ab4a9ef0e..898ba1afa 100644
--- a/FL/Fl_Table.H
+++ b/FL/Fl_Table.H
@@ -220,7 +220,7 @@ private:
int _selecting;
// An STL-ish vector without templates
- class IntVector {
+ class FL_EXPORT IntVector {
int *arr;
unsigned int _size;
void init() {