From 44759e200fbab494d6b7ce25a15dde3db05bc1bc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 16 Sep 2010 10:30:07 +1000 Subject: Make internal methods private. --- src/CellBuffer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 78f586e76..d485695a9 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -142,6 +142,10 @@ private: LineVector lv; + /// Actions without undo + void BasicInsertString(int position, const char *s, int insertLength); + void BasicDeleteChars(int position, int deleteLength); + public: CellBuffer(); @@ -178,10 +182,6 @@ public: void SetSavePoint(); bool IsSavePoint(); - /// Actions without undo - void BasicInsertString(int position, const char *s, int insertLength); - void BasicDeleteChars(int position, int deleteLength); - bool SetUndoCollection(bool collectUndo); bool IsCollectingUndo() const; void BeginUndoAction(); -- cgit v1.2.3