diff --git a/shared/cplusplus/Parser.cpp b/shared/cplusplus/Parser.cpp index 2b312b08add7ae1d0de8141974a33f9585243e25..c1e48f233f4f6cd2dd689d1233fbdf6e89c16c22 100644 --- a/shared/cplusplus/Parser.cpp +++ b/shared/cplusplus/Parser.cpp @@ -3376,6 +3376,7 @@ bool Parser::parseObjCIdentifierList(IdentifierListAST *&node) *it = id; } } + return true; } return false; }