diff options
Diffstat (limited to 'src/ToolFactory.hh')
-rw-r--r-- | src/ToolFactory.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ToolFactory.hh b/src/ToolFactory.hh index 98124e3..3d99785 100644 --- a/src/ToolFactory.hh +++ b/src/ToolFactory.hh | |||
@@ -55,7 +55,8 @@ 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_focused_iconbar_theme, m_unfocused_iconbar_theme; | 58 | IconbarTheme m_iconbar_theme, m_focused_iconbar_theme, |
59 | m_unfocused_iconbar_theme; | ||
59 | }; | 60 | }; |
60 | 61 | ||
61 | #endif // TOOLFACTORY_HH | 62 | #endif // TOOLFACTORY_HH |