diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index f4c67b9b..f681f91a 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -5,8 +5,6 @@ # error Do not include this file directly, use "fltkcore.hh" instead. #endif -#include <fltk/Font.h> - namespace dw { /** @@ -23,7 +21,7 @@ class FltkFont: public core::style::Font ~FltkFont (); public: - ::fltk::Font *font; + Fl_Font font; static FltkFont *create (core::style::FontAttrs *attrs); }; |