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 4c1f98d8..3bdb1666 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -79,7 +79,7 @@ class FltkWidgetView: public FltkViewBase public: FltkWidgetView (int x, int y, int w, int h, const char *label = 0); ~FltkWidgetView (); - + void layout(); void drawText (core::style::Font *font, |