From 8558a2b046c99b3cfbe0f5e7f814e18b57ed3487 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 10 Nov 2005 20:56:16 +0000 Subject: [PATCH] From Marco Jez, compile for a syntax error problem. --- include/osgIntrospection/ReflectionMacros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), \