diff options
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r-- | src/ToolFactory.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh index 7e8edbf..ae80f55 100644 --- a/src/ToolFactory.hh +++ b/src/ToolFactory.hh | |||
@@ -48,8 +48,8 @@ public: | |||
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(); | 50 | int maxFontHeight(); |
51 | inline const BScreen &screen() const { return m_screen; } | 51 | const BScreen &screen() const { return m_screen; } |
52 | inline BScreen &screen() { return m_screen; } | 52 | BScreen &screen() { return m_screen; } |
53 | 53 | ||
54 | private: | 54 | private: |
55 | BScreen &m_screen; | 55 | BScreen &m_screen; |