aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index 0867430..6485448 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -48,8 +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::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } 51 virtual FbTk::Signal<void> &reconfigSig() { return FbTk::Theme::reconfigSig(); }
52 virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); }
53 52
54 virtual RootTheme &operator *() { return *this; } 53 virtual RootTheme &operator *() { return *this; }
55 virtual const RootTheme &operator *() const { return *this; } 54 virtual const RootTheme &operator *() const { return *this; }