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/sec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dvb/sec.cpp') diff --git a/lib/dvb/sec.cpp b/lib/dvb/sec.cpp index e8c6b479..c033266a 100644 --- a/lib/dvb/sec.cpp +++ b/lib/dvb/sec.cpp @@ -4,7 +4,7 @@ DEFINE_REF(eDVBSatelliteEquipmentControl); -eDVBSatelliteEquipmentControl::eDVBSatelliteEquipmentControl(): ref(0) +eDVBSatelliteEquipmentControl::eDVBSatelliteEquipmentControl() { } -- cgit v1.2.3