Skip to content

Commit

Permalink
Fix for the second issue in bz 651848
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Aug 26, 2014
1 parent f854e1d commit bcd3fbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/memberdef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,10 @@ void MemberDef::writeDeclaration(OutputList &ol,
d, // scope
getBodyDef(), // fileScope
this, // self
argsString(), // text
isDefine() ?
QString(argsString()).replace(QRegExp(","),
QString(", ")).data() :
argsString(), // text
m_impl->annMemb, // autoBreak
TRUE, // external
FALSE, // keepSpaces
Expand Down

0 comments on commit bcd3fbf

Please sign in to comment.