summaryrefslogtreecommitdiff
path: root/dw/view.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/view.hh')
-rw-r--r--dw/view.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/view.hh b/dw/view.hh
index f0afdcb5..da9bdce4 100644
--- a/dw/view.hh
+++ b/dw/view.hh
@@ -182,7 +182,7 @@ public:
virtual void drawSimpleWrappedText (style::Font *font, style::Color *color,
style::Color::Shading shading,
int x, int y, int w, int h,
- const char *text, int len) = 0;
+ const char *text) = 0;
virtual void drawImage (Imgbuf *imgbuf, int xRoot, int yRoot,
int x, int y, int width, int height) = 0;