From a38715eb76de60432e14d0a1aea2e9a181ef42b4 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 24 Jul 2014 12:49:53 +1000 Subject: Remove line end whitespace. --- src/EditView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/EditView.h') diff --git a/src/EditView.h b/src/EditView.h index 2775dac59..b136d229a 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -112,7 +112,7 @@ public: int subLine, ColourOptional background); void DrawIndentGuidesOverEmpty(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line, int lineVisible, PRectangle rcLine, int xStart, int subLine); - void DrawLine(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line, + void DrawLine(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line, int lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase); void PaintText(Surface *surfaceWindow, const EditModel &model, PRectangle rcArea, PRectangle rcClient, const ViewStyle &vsDraw); -- cgit v1.2.3