diff --git a/include/osgIntrospection/ReflectionMacros b/include/osgIntrospection/ReflectionMacros index ac6a7eb97..27a1c659a 100644 --- a/include/osgIntrospection/ReflectionMacros +++ b/include/osgIntrospection/ReflectionMacros @@ -780,7 +780,7 @@ struct BaseTypeConverters #define I_Method0(ret, fn) (\ params.clear(), \ - addMethod(new osgIntrospection::TypedMethodInfo0(qualifyName(#fn), &reflected_type::fn, params))) + addMethod(new osgIntrospection::TypedMethodInfo0(qualifyName(#fn), &reflected_type::fn, params))) #define I_Method1(ret, fn, A0, P0, N0) (\ params.clear(), \