Skip to content

Commit e247b3e

Browse files
committed
Merge branch 'albert-github-feature/issue_9144'
2 parents 8fcf897 + 5738c92 commit e247b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doxygen.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5951,7 +5951,8 @@ static void addMemberFunction(const Entry *root,
59515951
root->protection,root->stat,root->virt,spec,relates);
59525952
return;
59535953
}
5954-
if (md->argsString()==argListToString(root->argList,FALSE,FALSE))
5954+
if (argListToString(md->argumentList(),FALSE,FALSE) ==
5955+
argListToString(root->argList,FALSE,FALSE))
59555956
{ // exact argument list match -> remember
59565957
ucd = ecd = ccd;
59575958
umd = emd = cmd;

0 commit comments

Comments
 (0)