diff options
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 b136d229a..ea59ac03a 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -106,7 +106,7 @@ public:  		int xStart, PRectangle rcLine, int subLine) const;  	void DrawBackground(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, PRectangle rcLine,  		Range lineRange, int posLineStart, int xStart, -		int subLine, ColourOptional background); +		int subLine, ColourOptional background) const;  	void DrawForeground(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int lineVisible,  		PRectangle rcLine, Range lineRange, int posLineStart, int xStart,  		int subLine, ColourOptional background); | 
