diff options
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r-- | src/RootTheme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index 1e37cfe..5ae5165 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -57,8 +57,8 @@ public: | |||
57 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } | 57 | virtual FbTk::Subject &reconfigSig() { return FbTk::Theme::reconfigSig(); } |
58 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } | 58 | virtual const FbTk::Subject &reconfigSig() const { return FbTk::Theme::reconfigSig(); } |
59 | 59 | ||
60 | virtual RootTheme *operator ->() { return this; } | 60 | virtual RootTheme &operator *() { return *this; } |
61 | virtual const RootTheme *operator ->() const { return this; } | 61 | virtual const RootTheme &operator *() const { return *this; } |
62 | 62 | ||
63 | private: | 63 | private: |
64 | BackgroundItem *m_background;///< background image/texture | 64 | BackgroundItem *m_background;///< background image/texture |