diff options
Diffstat (limited to 'scintilla/src/CellBuffer.h')
-rw-r--r-- | scintilla/src/CellBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/CellBuffer.h b/scintilla/src/CellBuffer.h index 7acdfd0..15d2174 100644 --- a/scintilla/src/CellBuffer.h +++ b/scintilla/src/CellBuffer.h @@ -105,7 +105,7 @@ public: UndoHistory();
~UndoHistory();
- void AppendAction(actionType at, int position, const char *data, int length, bool &startSequence, bool mayCoalesce=true);
+ const char *AppendAction(actionType at, int position, const char *data, int length, bool &startSequence, bool mayCoalesce=true);
void BeginUndoAction();
void EndUndoAction();
|