aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r--src/IconbarTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh
index f43a915..734e008 100644
--- a/src/IconbarTheme.hh
+++ b/src/IconbarTheme.hh
@@ -41,7 +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::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } 44 virtual FbTk::Signal<> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
45 45
46 virtual IconbarTheme &operator *() { return *this; } 46 virtual IconbarTheme &operator *() { return *this; }
47 virtual const IconbarTheme &operator *() const { return *this; } 47 virtual const IconbarTheme &operator *() const { return *this; }