Skip to content

Commit cbeaf57

Browse files
committed
issue 7514: Missing parenthesis for typedef function pointer
1 parent 5792512 commit cbeaf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doxygen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ static MemberDef *addVariableToClass(
20392039
}
20402040
else
20412041
{
2042-
def=type+" "+name+root->args;
2042+
def=type+" "+name+args;
20432043
}
20442044
}
20452045
else

0 commit comments

Comments
 (0)