aboutsummaryrefslogtreecommitdiff
path: root/src/WinButtonTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinButtonTheme.hh')
-rw-r--r--src/WinButtonTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinButtonTheme.hh b/src/WinButtonTheme.hh
index f7f2337..4765822 100644
--- a/src/WinButtonTheme.hh
+++ b/src/WinButtonTheme.hh
@@ -65,7 +65,7 @@ public:
65 FbTk::PixmapWithMask &titlePixmap() { return *m_title_pm; } 65 FbTk::PixmapWithMask &titlePixmap() { return *m_title_pm; }
66 const FbTk::PixmapWithMask &titlePixmap() const { return *m_title_pm; } 66 const FbTk::PixmapWithMask &titlePixmap() const { return *m_title_pm; }
67 67
68 virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } 68 virtual FbTk::Signal<> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
69 69
70 virtual WinButtonTheme &operator *() { return *this; } 70 virtual WinButtonTheme &operator *() { return *this; }
71 virtual const WinButtonTheme &operator *() const { return *this; } 71 virtual const WinButtonTheme &operator *() const { return *this; }