Skip to content

Commit

Permalink
Bug 729921 - wrong collaboration diagram when in template used scoped…
Browse files Browse the repository at this point in the history
… argument type
  • Loading branch information
Dimitri van Heesch committed Oct 17, 2016
1 parent a95c07e commit adb44ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6147,7 +6147,7 @@ QCString normalizeNonTemplateArgumentsInString(
p++;
QCString result = name.left(p);

static QRegExp re("[a-z_A-Z\\x80-\\xFF][a-z_A-Z0-9\\x80-\\xFF]*");
static QRegExp re("[a-z:_A-Z\\x80-\\xFF][a-z:_A-Z0-9\\x80-\\xFF]*");
int l,i;
// for each identifier in the template part (e.g. B<T> -> T)
while ((i=re.match(name,p,&l))!=-1)
Expand Down

0 comments on commit adb44ae

Please sign in to comment.