fix segfault
[vuplus_dvbapp] / lib / dvb / scan.h
index 50de21d..95e3fb3 100644 (file)
@@ -89,6 +89,7 @@ class eDVBScan: public Object, public iObject
        
        int m_flags;
        bool m_usePAT;
+       bool m_scan_debug;
 public:
        eDVBScan(iDVBChannel *channel, bool usePAT=true, bool debug=true );
        ~eDVBScan();