diff options
Diffstat (limited to 'dw/fltkplatform.hh')
-rw-r--r-- | dw/fltkplatform.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/fltkplatform.hh b/dw/fltkplatform.hh index 134b5c54..637c29ac 100644 --- a/dw/fltkplatform.hh +++ b/dw/fltkplatform.hh @@ -32,6 +32,8 @@ class FltkFont: public core::style::Font FltkFont (core::style::FontAttrs *attrs); ~FltkFont (); + static void initSystemFonts (); + public: Fl_Font font; |