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 c1ce511..98124e3 100644 --- a/src/ToolFactory.hh +++ b/src/ToolFactory.hh | |||
@@ -55,7 +55,7 @@ private: | |||
55 | std::auto_ptr<ToolTheme> m_button_theme; | 55 | std::auto_ptr<ToolTheme> m_button_theme; |
56 | std::auto_ptr<ToolTheme> m_workspace_theme; | 56 | std::auto_ptr<ToolTheme> m_workspace_theme; |
57 | std::auto_ptr<ToolTheme> m_systray_theme; | 57 | std::auto_ptr<ToolTheme> m_systray_theme; |
58 | IconbarTheme m_iconbar_theme; | 58 | IconbarTheme m_focused_iconbar_theme, m_unfocused_iconbar_theme; |
59 | }; | 59 | }; |
60 | 60 | ||
61 | #endif // TOOLFACTORY_HH | 61 | #endif // TOOLFACTORY_HH |