From 3bad22d5566624804a73b3791980bab2d84c8266 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 2 Jun 2004 01:11:59 +0000 Subject: - disabled gui for a moment - beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor --- include/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/connection.h b/include/connection.h index 8ca75cb9..a085650d 100644 --- a/include/connection.h +++ b/include/connection.h @@ -11,7 +11,7 @@ class eConnection: public virtual iObject, public Connection public: DEFINE_REF(eConnection); public: - eConnection(iObject *owner, const Connection &conn): Connection(conn), ref(0), m_owner(owner) { }; + eConnection(iObject *owner, const Connection &conn): Connection(conn), m_owner(owner) { }; virtual ~eConnection() { disconnect(); } }; -- cgit v1.2.3