summaryrefslogtreecommitdiff
path: root/libopie2
Side-by-side diff
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/otaskbarapplet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libopie2/opieui/otaskbarapplet.h b/libopie2/opieui/otaskbarapplet.h
index 773aba4..074367f 100644
--- a/libopie2/opieui/otaskbarapplet.h
+++ b/libopie2/opieui/otaskbarapplet.h
@@ -43,3 +43,3 @@ template<class T> class OTaskbarAppletWrapper : public TaskbarAppletInterface
public:
- OTaskbarAppletWrapper():_applet( 0 ), ref( 0 )
+ OTaskbarAppletWrapper():_applet( 0 )
{
@@ -82,3 +82,2 @@ template<class T> class OTaskbarAppletWrapper : public TaskbarAppletInterface
T* _applet;
- ulong ref;
};