X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a29d455a1f7860faa7ca1f36586bfc6f6f3337c5..779cb6e326391280631d0b486957d5e576eb23ea:/lib/base/smartptr.h 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 - -#ifdef SWIG -#define TEMPLATE_TYPEDEF(x, y) \ -%template(y) x; \ -typedef x y -#else -#define TEMPLATE_TYPEDEF(x, y) typedef x y -#endif +#include template class ePtr