summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/plugin.h
Unidiff
Diffstat (limited to 'noncore/styles/theme/plugin.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/theme/plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/styles/theme/plugin.h b/noncore/styles/theme/plugin.h
index 60cae97..c67f1e4 100644
--- a/noncore/styles/theme/plugin.h
+++ b/noncore/styles/theme/plugin.h
@@ -24,10 +24,9 @@ public:
24 24
25 virtual bool accept ( ); 25 virtual bool accept ( );
26 virtual void reject ( ); 26 virtual void reject ( );
27 27
28private: 28private:
29 ThemeSettings *m_widget; 29 ThemeSettings *m_widget;
30 ulong ref;
31}; 30};
32 31
33#endif 32#endif