fix typo
[enigma2.git] / lib / dvb / pmt.h
index 086619d370eade0819ec8d77a0836173b2714b37..a0820c58df408a7522537810dfde27bd5de1af79 100644 (file)
@@ -163,6 +163,8 @@ public:
                int pmtPid;
                int textPid;
                bool isCrypted() { return !caids.empty(); }
+               
+               PyObject *createPythonObject();
        };
 
        int getProgramInfo(struct program &program);