diff options
author | nyamatongwe <unknown> | 2001-09-07 08:01:30 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-09-07 08:01:30 +0000 |
commit | e8dd68d54a56f505c1cdd901c31a4629ba19b524 (patch) | |
tree | ff44f1a8ea2ef437516aafcf704e5d24cf096f8e /src/LineMarker.h | |
parent | 30f4bacfe06eb177307585e54398a8ac7288448b (diff) | |
download | scintilla-mirror-e8dd68d54a56f505c1cdd901c31a4629ba19b524.tar.gz |
Marker can be any character.
Diffstat (limited to 'src/LineMarker.h')
-rw-r--r-- | src/LineMarker.h | 2 |
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 |