some python import cleanups
[vuplus_dvbapp] / lib / python / python.h
index d0fe92a..76d2d19 100644 (file)
@@ -157,7 +157,7 @@ public:
        TestObj();
        ~TestObj();
 };
-TEMPLATE_TYPEDEF(ePtr<TestObj>, TestObjPtr);
+SWIG_TEMPLATE_TYPEDEF(ePtr<TestObj>, TestObjPtr);
 
 #ifndef SWIG
 extern PyObject *New_TestObj();