summaryrefslogtreecommitdiff
path: root/core/obex/obeximpl.h
Unidiff
Diffstat (limited to 'core/obex/obeximpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obeximpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/obex/obeximpl.h b/core/obex/obeximpl.h
index 604eb8f..5cc9205 100644
--- a/core/obex/obeximpl.h
+++ b/core/obex/obeximpl.h
@@ -10,13 +10,12 @@ namespace OpieObex {
10 ObexImpl(); 10 ObexImpl();
11 virtual ~ObexImpl(); 11 virtual ~ObexImpl();
12 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 12 QRESULT queryInterface( const QUuid&, QUnknownInterface** );
13 Q_REFCOUNT 13 Q_REFCOUNT
14 14
15 private: 15 private:
16 ulong ref;
17 ObexHandler *m_handler; 16 ObexHandler *m_handler;
18 17
19 }; 18 };
20}; 19};
21 20
22#endif 21#endif