Skip to content

Commit 8d34080

Browse files
Update symboldatabase.cpp
1 parent aec1a7f commit 8d34080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/symboldatabase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ void SymbolDatabase::createSymbolDatabaseSetFunctionPointers(bool firstPass)
12031203

12041204
tok->function(function);
12051205

1206-
if (tok->strAt(1) != "(")
1206+
if (!function->isConstructor() && tok->strAt(1) != "(")
12071207
const_cast<Function *>(function)->functionPointerUsage = tok;
12081208
}
12091209
}

0 commit comments

Comments
 (0)