aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index 6485448..f39c264 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -48,7 +48,7 @@ public:
48 48
49 GC opGC() const { return m_opgc.gc(); } 49 GC opGC() const { return m_opgc.gc(); }
50 50
51 virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); } 51 virtual FbTk::Signal<> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
52 52
53 virtual RootTheme &operator *() { return *this; } 53 virtual RootTheme &operator *() { return *this; }
54 virtual const RootTheme &operator *() const { return *this; } 54 virtual const RootTheme &operator *() const { return *this; }