From ed40f6f85c9c07c3c1224ae20601082c0309a631 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 19 Dec 2006 02:12:57 +0000 Subject: some python import cleanups lesser swig overhead --- lib/python/python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/python.h') diff --git a/lib/python/python.h b/lib/python/python.h index d0fe92a8..76d2d197 100644 --- a/lib/python/python.h +++ b/lib/python/python.h @@ -157,7 +157,7 @@ public: TestObj(); ~TestObj(); }; -TEMPLATE_TYPEDEF(ePtr, TestObjPtr); +SWIG_TEMPLATE_TYPEDEF(ePtr, TestObjPtr); #ifndef SWIG extern PyObject *New_TestObj(); -- cgit v1.2.3