Skip to content
Snippets Groups Projects
Commit eebaaf08 authored by Stefan Roiser's avatar Stefan Roiser
Browse files

follow latest changes in Reflex

git-svn-id: http://root.cern.ch/svn/root/trunk@15802 27541ba8-7e3a-0410-8455-c3a389f83636
parent 4c3aa0ee
No related branches found
No related tags found
No related merge requests found
// @(#)root/cintex:$Name: $:$Id: CINTFunctionBuilder.cxx,v 1.10 2006/07/03 09:22:46 roiser Exp $
// @(#)root/cintex:$Name: $:$Id: CINTFunctionBuilder.cxx,v 1.11 2006/07/03 10:22:13 roiser Exp $
// Author: Pere Mato 2005
// Copyright CERN, CH-1211 Geneva 23, 2004-2005, All rights reserved.
......@@ -82,7 +82,7 @@ namespace ROOT { namespace Cintex {
int ret_typedeft = -1;
if ( rt.IsTypedef()) {
ret_typedeft = CINTTypedefBuilder::Setup(rt);
rt = rt.ToType(FINAL);
rt = rt.FinalType();
}
//CINTScopeBuilder::Setup( rt );
CintTypeDesc ret_desc = CintType( rt );
......
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