diff options
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r-- | src/ToolFactory.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh index 503a5e6..7e8edbf 100644 --- a/src/ToolFactory.hh +++ b/src/ToolFactory.hh | |||
@@ -47,7 +47,7 @@ public: | |||
47 | 47 | ||
48 | ToolbarItem *create(const std::string &name, const FbTk::FbWindow &parent, Toolbar &tbar); | 48 | ToolbarItem *create(const std::string &name, const FbTk::FbWindow &parent, Toolbar &tbar); |
49 | void updateThemes(); | 49 | void updateThemes(); |
50 | int maxFontHeight() const; | 50 | int maxFontHeight(); |
51 | inline const BScreen &screen() const { return m_screen; } | 51 | inline const BScreen &screen() const { return m_screen; } |
52 | inline BScreen &screen() { return m_screen; } | 52 | inline BScreen &screen() { return m_screen; } |
53 | 53 | ||