From Marco Jez, compile for a syntax error problem.
This commit is contained in:
parent
32f879a67e
commit
8558a2b046
@ -780,7 +780,7 @@ struct BaseTypeConverters<x, reflected_type, true>
|
||||
|
||||
#define I_Method0(ret, fn) (\
|
||||
params.clear(), \
|
||||
addMethod(new osgIntrospection::TypedMethodInfo0<reflected_type, ret>(qualifyName(#fn), &reflected_type::fn, params)))
|
||||
addMethod(new osgIntrospection::TypedMethodInfo0<reflected_type, ret >(qualifyName(#fn), &reflected_type::fn, params)))
|
||||
|
||||
#define I_Method1(ret, fn, A0, P0, N0) (\
|
||||
params.clear(), \
|
||||
|
Loading…
Reference in New Issue
Block a user