diff options
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r-- | dw/fltkviewbase.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index b8d1e874..2b248803 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -121,7 +121,7 @@ public: 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); void drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot, int x, int y, int width, int height); |