aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r--src/ToolFactory.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh
index 7550f48..e9490c5 100644
--- a/src/ToolFactory.hh
+++ b/src/ToolFactory.hh
@@ -52,9 +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; 55 std::unique_ptr<ToolTheme> m_button_theme;
56 std::auto_ptr<ToolTheme> m_workspace_theme; 56 std::unique_ptr<ToolTheme> m_workspace_theme;
57 std::auto_ptr<ToolTheme> m_systray_theme; 57 std::unique_ptr<ToolTheme> m_systray_theme;
58 IconbarTheme m_iconbar_theme, m_focused_iconbar_theme, 58 IconbarTheme m_iconbar_theme, m_focused_iconbar_theme,
59 m_unfocused_iconbar_theme; 59 m_unfocused_iconbar_theme;
60}; 60};