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 --- lib/dvb/esection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dvb/esection.cpp') diff --git a/lib/dvb/esection.cpp b/lib/dvb/esection.cpp index 08cb49be..42a056d2 100644 --- a/lib/dvb/esection.cpp +++ b/lib/dvb/esection.cpp @@ -30,7 +30,7 @@ void eGTable::timeout() } eGTable::eGTable(): - ref(0), m_timeout(0), error(0) + m_timeout(0), error(0) { } -- cgit v1.2.3