aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r--src/ToolFactory.hh4
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
54private: 54private:
55 BScreen &m_screen; 55 BScreen &m_screen;