diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-14 18:56:48 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-14 18:56:48 +0100 |
commit | 3b62d68aeed5aed4cce19c22ab03e6337c07c438 (patch) | |
tree | 772741624cb93ae6daaaab95ca00434672e2d2b7 /dw/fltkui.hh | |
parent | 4e67bfb0d1ae055a661ae2758c69b3705176b5e8 (diff) |
Some more RTFL messages.
Diffstat (limited to 'dw/fltkui.hh')
-rw-r--r-- | dw/fltkui.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh index 8667a0cb..a0d2d7b7 100644 --- a/dw/fltkui.hh +++ b/dw/fltkui.hh @@ -223,8 +223,8 @@ public: template <class I> class FltkSpecificResource: public I, public FltkResource { public: - inline FltkSpecificResource (FltkPlatform *platform) : - FltkResource (platform) { } + FltkSpecificResource (FltkPlatform *platform); + ~FltkSpecificResource (); void sizeAllocate (core::Allocation *allocation); void draw (core::View *view, core::Rectangle *area); |