diff options
Diffstat (limited to 'dw/fltkpreview.hh')
-rw-r--r-- | dw/fltkpreview.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkpreview.hh b/dw/fltkpreview.hh index 9e0f4eb1..2382b861 100644 --- a/dw/fltkpreview.hh +++ b/dw/fltkpreview.hh @@ -46,7 +46,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); |