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, 3 insertions, 1 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh
index 01a3d74..3def7f7 100644
--- a/src/ToolFactory.hh
+++ b/src/ToolFactory.hh
@@ -52,7 +52,9 @@ public:
52private: 52private:
53 BScreen &m_screen; 53 BScreen &m_screen;
54 ToolTheme m_clock_theme; 54 ToolTheme m_clock_theme;
55 std::auto_ptr<ToolTheme> m_button_theme, m_workspace_theme; 55 std::auto_ptr<ToolTheme> m_button_theme;
56 std::auto_ptr<ToolTheme> m_workspace_theme;
57 std::auto_ptr<ToolTheme> m_systray_theme;
56 IconbarTheme m_iconbar_theme; 58 IconbarTheme m_iconbar_theme;
57}; 59};
58 60