diff options
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/smartptr.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/base/smartptr.h b/lib/base/smartptr.h index 7e441ab2..f9d224b0 100644 --- a/lib/base/smartptr.h +++ b/lib/base/smartptr.h @@ -3,14 +3,7 @@ #include "object.h" #include <stdio.h> - -#ifdef SWIG -#define TEMPLATE_TYPEDEF(x, y) \ -%template(y) x; \ -typedef x y -#else -#define TEMPLATE_TYPEDEF(x, y) typedef x y -#endif +#include <lib/python/swig.h> template<class T> class ePtr |
