Browse Source

fix wrongly named macro

1.0.2
Georg Hopp 12 years ago
parent
commit
0c2907f929
  1. 2
      include/tr/interface/class.h

2
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

Loading…
Cancel
Save