aboutsummaryrefslogtreecommitdiff
path: root/src/ToolbarTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolbarTheme.hh')
-rw-r--r--src/ToolbarTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolbarTheme.hh b/src/ToolbarTheme.hh
index dbb6786..853ea70 100644
--- a/src/ToolbarTheme.hh
+++ b/src/ToolbarTheme.hh
@@ -44,7 +44,7 @@ public:
44 int height() const { return *m_height; } 44 int height() const { return *m_height; }
45 int buttonSize() const { return *m_button_size; } 45 int buttonSize() const { return *m_button_size; }
46 46
47 virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } 47 virtual FbTk::Signal<> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
48 48
49 virtual ToolbarTheme &operator *() { return *this; } 49 virtual ToolbarTheme &operator *() { return *this; }
50 virtual const ToolbarTheme &operator *() const { return *this; } 50 virtual const ToolbarTheme &operator *() const { return *this; }