always initialize diseqc.data to make compiler happy
[enigma2.git] / lib / dvb / dvbtime.h
index a0b570dda82d3b64ddcf4020ad167f247deb1bbd..ec47de4611d2bd6ffe0bcf7627cdf62aa3a6c291 100644 (file)
@@ -60,6 +60,10 @@ class eDVBLocalTimeHandler: public Object
        void writeTimeOffsetData(const char*);
        void updateTime(time_t tp_time, eDVBChannel*, int updateCount);
        static eDVBLocalTimeHandler *instance;
+#ifdef SWIG
+       eDVBLocalTimeHandler();
+       ~eDVBLocalTimeHandler();
+#endif
 public:
 #ifndef SWIG
        PSignal0<void> m_timeUpdated;