diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index 4b80456b..e3e89c52 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -334,7 +334,7 @@ public: inline style::Font *createFont (style::FontAttrs *attrs, bool tryEverything) { - return platform->createFont (attrs, tryEverything); + return platform->createFont (attrs, tryEverything); } inline bool fontExists (const char *name) |