diff options
| author | nyamatongwe <devnull@localhost> | 2010-08-19 14:16:42 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-08-19 14:16:42 +1000 |
| commit | 3f47056446652515e38c29896ab16a77074f9d84 (patch) | |
| tree | 7c6c287b3a2ff447e704e139857af8bf9ef94ae4 /src/Document.h | |
| parent | e4fe4cbba4bb351c4c2165659eb50734488fcc7a (diff) | |
| download | scintilla-mirror-3f47056446652515e38c29896ab16a77074f9d84.tar.gz | |
Adding GetLineIndentation to IDocument.
Diffstat (limited to 'src/Document.h')
| -rw-r--r-- | src/Document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Document.h b/src/Document.h index 660ec7854..c7ff8e069 100644 --- a/src/Document.h +++ b/src/Document.h @@ -256,7 +256,7 @@ public: bool IsSavePoint() { return cb.IsSavePoint(); } const char * SCI_METHOD BufferPointer() { return cb.BufferPointer(); } - int GetLineIndentation(int line); + int SCI_METHOD GetLineIndentation(int line); void SetLineIndentation(int line, int indent); int GetLineIndentPosition(int line) const; int GetColumn(int position); |
