Skip to content
Snippets Groups Projects
Commit ca448e09 authored by Paul Russo's avatar Paul Russo
Browse files

Fix Philippe's typo

git-svn-id: http://root.cern.ch/svn/root/trunk@23803 27541ba8-7e3a-0410-8455-c3a389f83636
parent 45a8c108
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment