diff options
Diffstat (limited to 'FL/Fl_Text_Buffer.H')
| -rw-r--r-- | FL/Fl_Text_Buffer.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Text_Buffer.H b/FL/Fl_Text_Buffer.H index 967cda148..dc70b9fc1 100644 --- a/FL/Fl_Text_Buffer.H +++ b/FL/Fl_Text_Buffer.H @@ -102,7 +102,7 @@ class FL_EXPORT Fl_Text_Buffer { /** Returns the number of characters in the buffer. */ int length() { return mLength; } - char* text(); + char* text() const; void text(const char* text); char* text_range(int start, int end); char character(int pos); @@ -297,7 +297,7 @@ class FL_EXPORT Fl_Text_Buffer { tabs for padding in rectangular operations */ int mNModifyProcs; /**< number of modify-redisplay procs attached */ Fl_Text_Modify_Cb* /**< procedures to call when buffer is */ - mNodifyProcs; /**< modified to redisplay contents */ + mModifyProcs; /**< modified to redisplay contents */ void** mCbArgs; /**< caller arguments for modifyProcs above */ int mNPredeleteProcs; /**< number of pre-delete procs attached */ Fl_Text_Predelete_Cb* /**< procedure to call before text is deleted */ |
