From ab550764edebfcc6f92dd7782d755dd8fa1621fc Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 25 Jul 2020 15:41:47 +0200 Subject: issue #7900: Incorrect warning regarding no matching class member found --- src/doxygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 8c739ad..f073051 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -5646,7 +5646,7 @@ static void addMemberFunction(const Entry *root, root->protection,root->stat,root->virt,spec,relates); return; } - if (md->argsString()==argListToString(root->argList,TRUE,FALSE)) + if (md->argsString()==argListToString(root->argList,FALSE,FALSE)) { // exact argument list match -> remember ucd = ecd = ccd; umd = emd = cmd; -- cgit v0.12