From 0c2907f92933d6a6838f75628d1696e5d03d1416 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Wed, 28 May 2014 15:05:30 +0100 Subject: [PATCH] fix wrongly named macro --- include/tr/interface/class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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