Showing
1 changed file
with
1 additions
and
1 deletions
@@ -100,7 +100,7 @@ void * TR_classClone(void *); | @@ -100,7 +100,7 @@ void * TR_classClone(void *); | ||
100 | * implementation but this time with a va_list instead of a | 100 | * implementation but this time with a va_list instead of a |
101 | * variable amount of arguments. | 101 | * variable amount of arguments. |
102 | */ | 102 | */ |
103 | -#define TR_newv(class,args) TR_classNewParams(_##class, args) | 103 | +#define TR_newv(class,args) TR_classNewv(_##class, args) |
104 | 104 | ||
105 | /** | 105 | /** |
106 | * Destroy an instance by first calling its destructor and then | 106 | * Destroy an instance by first calling its destructor and then |
Please
register
or
login
to post a comment