diff options
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index e4b3c8b..f43a915 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -41,8 +41,7 @@ public: | |||
41 | const FbTk::Texture &texture() const { return *m_texture; } | 41 | const FbTk::Texture &texture() const { return *m_texture; } |
42 | const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } | 42 | const FbTk::Texture &emptyTexture() const { return *m_empty_texture; } |
43 | 43 | ||
44 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 44 | virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
45 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | ||
46 | 45 | ||
47 | virtual IconbarTheme &operator *() { return *this; } | 46 | virtual IconbarTheme &operator *() { return *this; } |
48 | virtual const IconbarTheme &operator *() const { return *this; } | 47 | virtual const IconbarTheme &operator *() const { return *this; } |