aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.h
diff options
context:
space:
mode:
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 ee0f36c25..b9dd15d06 100644
--- a/src/LineMarker.h
+++ b/src/LineMarker.h
@@ -20,7 +20,7 @@ public:
fore = Colour(0,0,0);
back = Colour(0xff,0xff,0xff);
}
- void Draw(Surface *surface, PRectangle &rc);
+ void Draw(Surface *surface, PRectangle &rc, Font &fontForCharacter);
};
#endif