summaryrefslogtreecommitdiffstats
path: root/scintilla/src/CellBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/CellBuffer.h')
-rw-r--r--scintilla/src/CellBuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scintilla/src/CellBuffer.h b/scintilla/src/CellBuffer.h
index 37bc58c..29743af 100644
--- a/scintilla/src/CellBuffer.h
+++ b/scintilla/src/CellBuffer.h
@@ -157,6 +157,8 @@ public:
char StyleAt(int position) const;
void GetStyleRange(unsigned char *buffer, int position, int lengthRetrieve) const;
const char *BufferPointer();
+ const char *RangePointer(int position, int rangeLength);
+ int GapPosition() const;
int Length() const;
void Allocate(int newSize);