diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-20 20:03:45 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-20 20:03:45 +0100 |
commit | 01b32ebab05428d3cd57ca72d2db1f0c431e007f (patch) | |
tree | bf429f236909d96d0ad23b028e7697ef54e9e072 /plugingui/painter.cc | |
parent | 3734f5d3c741e877c49ff1c99ce67cb4a764023b (diff) |
Move reference ambersand.
Diffstat (limited to 'plugingui/painter.cc')
-rw-r--r-- | plugingui/painter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/painter.cc b/plugingui/painter.cc index 38f960d..a1c3f93 100644 --- a/plugingui/painter.cc +++ b/plugingui/painter.cc @@ -183,7 +183,7 @@ void Painter::clear() } } -void Painter::drawText(int x0, int y0, const Font &font, +void Painter::drawText(int x0, int y0, const Font& font, const std::string& text, bool nocolour) { PixelBufferAlpha* textbuf = font.render(text); |