diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 3c2ecfb0eb..4b2bdd2714 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -514,7 +514,8 @@ public: } virtual OwningStmtResult ActOnObjCAtThrowStmt(SourceLocation AtLoc, - ExprArg Throw) { + ExprArg Throw, + Scope *CurScope) { return StmtEmpty(); } |