diff options
Diffstat (limited to 'src/ToolbarTheme.hh')
-rw-r--r-- | src/ToolbarTheme.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ToolbarTheme.hh b/src/ToolbarTheme.hh index 077198f..dbb6786 100644 --- a/src/ToolbarTheme.hh +++ b/src/ToolbarTheme.hh | |||
@@ -44,8 +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::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 47 | virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
48 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | ||
49 | 48 | ||
50 | virtual ToolbarTheme &operator *() { return *this; } | 49 | virtual ToolbarTheme &operator *() { return *this; } |
51 | virtual const ToolbarTheme &operator *() const { return *this; } | 50 | virtual const ToolbarTheme &operator *() const { return *this; } |