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/PerLine.h | |
| parent | 32ae171da032fbdcfc94405877a49e1d3e3b0abb (diff) | |
| download | scintilla-mirror-b9b6ef0c4617d99774df4b46c853469ef62cd7c1.tar.gz | |
Use same parameter names in declarations and definitions.
Diffstat (limited to 'src/PerLine.h')
| -rw-r--r-- | src/PerLine.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/PerLine.h b/src/PerLine.h index 86e6a10e0..9f945114a 100644 --- a/src/PerLine.h +++ b/src/PerLine.h @@ -54,7 +54,7 @@ public:  	int MarkValue(Sci::Line line);  	Sci::Line MarkerNext(Sci::Line lineStart, int mask) const; -	int AddMark(Sci::Line line, int marker, Sci::Line lines); +	int AddMark(Sci::Line line, int markerNum, Sci::Line lines);  	void MergeMarkers(Sci::Line line);  	bool DeleteMark(Sci::Line line, int markerNum, bool all);  	void DeleteMarkFromHandle(int markerHandle); | 
