diff options
Diffstat (limited to 'dw/fltkviewbase.cc')
-rw-r--r-- | dw/fltkviewbase.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewbase.cc b/dw/fltkviewbase.cc index 70f271fb..bf3aba22 100644 --- a/dw/fltkviewbase.cc +++ b/dw/fltkviewbase.cc @@ -590,7 +590,7 @@ void FltkWidgetView::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) { FltkFont *ff = (FltkFont*)font; fl_font(ff->font, ff->size); |