diff options
Diffstat (limited to 'gui/ThemeParser.h')
-rw-r--r-- | gui/ThemeParser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ThemeParser.h b/gui/ThemeParser.h index 1e365a9433..59ba188fc1 100644 --- a/gui/ThemeParser.h +++ b/gui/ThemeParser.h @@ -340,6 +340,8 @@ protected: bool parserCallback_layoutInfo(); bool parserCallback_defaultSet(); bool parserCallback_text(); + bool parserCallback_fonts(); + bool parserCallback_font(); void cleanup(); |