summaryrefslogtreecommitdiff
path: root/FL/Fl_Table_Row.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Table_Row.H')
-rw-r--r--FL/Fl_Table_Row.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Table_Row.H b/FL/Fl_Table_Row.H
index fb623a86c..baab4915a 100644
--- a/FL/Fl_Table_Row.H
+++ b/FL/Fl_Table_Row.H
@@ -60,7 +60,7 @@ public:
};
private:
// An STL-ish vector without templates
- class CharVector {
+ class FL_EXPORT CharVector {
char *arr;
int _size;
void init() {