diff options
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index a5bddc5a..ff927c80 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -316,6 +316,7 @@ class FltkMultiLineTextResource: { private: Fl_Text_Buffer *buffer; + char *text_copy; bool editable; int numCols, numRows; |