aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkui.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-08-01 04:37:16 +0000
committercorvid <corvid@lavabit.com>2011-08-01 04:37:16 +0000
commit9622febaa54bdfca3927912d7f544447b3780c4c (patch)
treef5cb5a42bd73d56486055ef3430ac01536c20c55 /dw/fltkui.hh
parent22662f0bd143db428e143ce73b3216487991a682 (diff)
deal with Fl_Text_Buffer::text() returning a copy
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r--dw/fltkui.hh1
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;