summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Simple_Terminal.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Simple_Terminal.H b/FL/Fl_Simple_Terminal.H
index d7d438c8b..898412a50 100644
--- a/FL/Fl_Simple_Terminal.H
+++ b/FL/Fl_Simple_Terminal.H
@@ -127,7 +127,7 @@ private:
// Holds all state information for parsing esc sequences,
// so sequences can span multiple block read(2) operations, etc.
//
- class Fl_Escape_Seq {
+ class FL_EXPORT Fl_Escape_Seq {
public:
static const int maxbuf = 80;
static const int maxvals = 10;