diff --git a/include/tr/interface/class.h b/include/tr/interface/class.h index 587d538..1947553 100644 --- a/include/tr/interface/class.h +++ b/include/tr/interface/class.h @@ -100,7 +100,7 @@ void * TR_classClone(void *); * implementation but this time with a va_list instead of a * variable amount of arguments. */ -#define TR_newv(class,args) TR_classNewParams(_##class, args) +#define TR_newv(class,args) TR_classNewv(_##class, args) /** * Destroy an instance by first calling its destructor and then