aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-04-07 17:28:01 +1000
committerNeil <nyamatongwe@gmail.com>2017-04-07 17:28:01 +1000
commitb9b6ef0c4617d99774df4b46c853469ef62cd7c1 (patch)
treec904443e3d9c224d9dd9d1fbf3ad847d06f73ee0 /src/LineMarker.h
parent32ae171da032fbdcfc94405877a49e1d3e3b0abb (diff)
downloadscintilla-mirror-b9b6ef0c4617d99774df4b46c853469ef62cd7c1.tar.gz
Use same parameter names in declarations and definitions.
Diffstat (limited to 'src/LineMarker.h')
-rw-r--r--src/LineMarker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LineMarker.h b/src/LineMarker.h
index 6a5fe7492..fde11da0d 100644
--- a/src/LineMarker.h
+++ b/src/LineMarker.h
@@ -76,7 +76,7 @@ public:
void SetXPM(const char *textForm);
void SetXPM(const char *const *linesForm);
void SetRGBAImage(Point sizeRGBAImage, float scale, const unsigned char *pixelsRGBAImage);
- void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter, typeOfFold tFold, int marginStyle) const;
+ void Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharacter, typeOfFold tFold, int marginStyle) const;
};
#ifdef SCI_NAMESPACE