From b9b6ef0c4617d99774df4b46c853469ef62cd7c1 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 7 Apr 2017 17:28:01 +1000 Subject: Use same parameter names in declarations and definitions. --- src/LineMarker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LineMarker.h') 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 -- cgit v1.2.3