diff options
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index 3a56eb8..4dc5f32 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -50,8 +50,8 @@ public: | |||
50 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 50 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
51 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | 51 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } |
52 | 52 | ||
53 | virtual IconbarTheme *operator ->() { return this; } | 53 | virtual IconbarTheme &operator *() { return *this; } |
54 | virtual const IconbarTheme *operator ->() const { return this; } | 54 | virtual const IconbarTheme &operator *() const { return *this; } |
55 | 55 | ||
56 | private: | 56 | private: |
57 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; | 57 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; |