diff --git a/include/tr/class.h b/include/tr/class.h index 58f4954..ed0b075 100644 --- a/include/tr/class.h +++ b/include/tr/class.h @@ -135,7 +135,7 @@ class name = &(_##name.data); \ struct c_##class##_object _##name = { \ &c_##class, \ - { ##__VA_ARGS__ } \ + { __VA_ARGS__ } \ } /**