summaryrefslogtreecommitdiff
path: root/FL/Fl_Text_Buffer.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Text_Buffer.H')
-rw-r--r--FL/Fl_Text_Buffer.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H
index a1d044f48..727b2a65d 100644
--- a/FL/Fl_Text_Buffer.H
+++ b/FL/Fl_Text_Buffer.H
@@ -60,6 +60,7 @@
#include "Fl_Export.H"
+class Fl_Text_Undo_Action;
/**
\class Fl_Text_Selection
@@ -836,6 +837,7 @@ protected:
int mPreferredGapSize; /**< the default allocation for the text gap is 1024
bytes and should only be increased if frequent
and large changes in buffer size are expected */
+ Fl_Text_Undo_Action* mUndo; /**< local undo event */
};
#endif