diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-31 18:19:38 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-31 18:19:38 +1100 |
commit | 8ff947c9db5ab9f1a093434180bc05bfecb62c4d (patch) | |
tree | 6d36be4b73c70c73f5345eb30a043c843a9e6839 /src/Position.h | |
parent | 63cf929d772aa829daa613114600ece511c9b2d7 (diff) | |
download | scintilla-mirror-8ff947c9db5ab9f1a093434180bc05bfecb62c4d.tar.gz |
Using Sci::Position and Sci::Line to mark variables that are document positions
and lines.
Diffstat (limited to 'src/Position.h')
-rw-r--r-- | src/Position.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Position.h b/src/Position.h index 120b92f62..67365e30f 100644 --- a/src/Position.h +++ b/src/Position.h @@ -16,6 +16,7 @@ namespace Sci { typedef int Position; +typedef int Line; // A later version (4.x) of this file may: //#if defined(SCI_LARGE_FILE_SUPPORT) |