aboutsummaryrefslogtreecommitdiff
path: root/include/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/connection.h')
-rw-r--r--include/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h
index 5ae90d5b..a6fc4b54 100644
--- a/include/connection.h
+++ b/include/connection.h
@@ -6,7 +6,7 @@
class eConnection: public iObject, public Connection
{
-DECLARE_REF;
+DECLARE_REF(eConnection);
private:
ePtr<iObject> m_owner;
public: