diff --git a/cint/reflex/src/NameLookup.cxx b/cint/reflex/src/NameLookup.cxx index cc8b5c33b1ba360374d483cec771a6a55809dec6..fe9d847ae0914a064635e9312b50607044c4374b 100644 --- a/cint/reflex/src/NameLookup.cxx +++ b/cint/reflex/src/NameLookup.cxx @@ -128,7 +128,7 @@ template<class T> T Reflex::NameLookup::Lookup(bool isTemplateExpanded /* = fals // this is Double32_t or Float16_t type = type.FinalType(); } - tmp << type.Name(Reflex::SCOPED|Reflex::QUALIFIED) ); + tmp << type.Name(Reflex::SCOPED|Reflex::QUALIFIED); } else { tmp << arg; }