Skip to content
Snippets Groups Projects
Commit 2b3ab09c authored by Philippe Canal's avatar Philippe Canal
Browse files

Fix handling of nested typedef in ResolveTypedef

git-svn-id: http://root.cern.ch/svn/root/trunk@47069 27541ba8-7e3a-0410-8455-c3a389f83636
parent 05f501f0
No related branches found
No related tags found
No related merge requests found
...@@ -819,6 +819,8 @@ string TClassEdit::ResolveTypedef(const char *tname, bool resolveAll) ...@@ -819,6 +819,8 @@ string TClassEdit::ResolveTypedef(const char *tname, bool resolveAll)
} }
#endif #endif
} }
// Consume the 2nd semi colon
++k;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment