add missing import
[enigma2.git] / lib / python / python.h
index d0fe92a878c40dc560f5a46f0c080c4ead3b88de..76d2d197a52e73924a114769b24516f2e7180506 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();