diff options
author | Neil <nyamatongwe@gmail.com> | 2017-04-07 17:28:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-04-07 17:28:01 +1000 |
commit | b9b6ef0c4617d99774df4b46c853469ef62cd7c1 (patch) | |
tree | c904443e3d9c224d9dd9d1fbf3ad847d06f73ee0 /src/EditView.h | |
parent | 32ae171da032fbdcfc94405877a49e1d3e3b0abb (diff) | |
download | scintilla-mirror-b9b6ef0c4617d99774df4b46c853469ef62cd7c1.tar.gz |
Use same parameter names in declarations and definitions.
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index b80885330..9eb3146dd 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -128,7 +128,7 @@ public: Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase); void DrawAnnotation(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase); - void DrawCarets(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, Sci::Line line, + void DrawCarets(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, Sci::Line lineDoc, int xStart, PRectangle rcLine, int subLine) const; void DrawBackground(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, PRectangle rcLine, Range lineRange, Sci::Position posLineStart, int xStart, |