Browse Source

fix macro

1.0.2
Georg Hopp 12 years ago
parent
commit
55629b9f3f
  1. 2
      include/tr/class.h

2
include/tr/class.h

@ -135,7 +135,7 @@
class name = &(_##name.data); \
struct c_##class##_object _##name = { \
&c_##class, \
{ ##__VA_ARGS__ } \
{ __VA_ARGS__ } \
}
/**

Loading…
Cancel
Save