Revision 32df5a03fe2371d9ac46380ea6163d0519bbf711 authored by Philippe Canal on 28 March 2014, 19:13:34 UTC, committed by Philippe Canal on 28 March 2014, 19:15:54 UTC
This solves ROOT-5778 by making sure that
 TClassEdit::ResolveTypedef("const std::string&")
and
 TClassEdit::ResolveTypedef("const std::string &")
returns "const std::string&"
1 parent 0a29c1c
Raw File
CMakeLists.txt
Add_Subdirectory(tree)        # special CMakeLists.txt
Add_Subdirectory(treeplayer)  # special CMakeLists.txt
Add_Subdirectory(treeviewer)  # special CMakeLists.txt
back to top