diff options
Diffstat (limited to 'dw/fltkpreview.cc')
-rw-r--r-- | dw/fltkpreview.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkpreview.cc b/dw/fltkpreview.cc index 907e129c..ecb96f22 100644 --- a/dw/fltkpreview.cc +++ b/dw/fltkpreview.cc @@ -150,7 +150,7 @@ void FltkPreview::drawSimpleWrappedText (core::style::Font *font, core::style::Color *color, core::style::Color::Shading shading, int x, int y, int w, int h, - const char *text, int len) + const char *text) { } |