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 b65560bb24..6b137ce518 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -408,7 +408,8 @@ public: SourceLocation EqualLoc, ExprTy *Val) { return DeclPtrTy(); } - virtual void ActOnEnumBody(SourceLocation EnumLoc, DeclPtrTy EnumDecl, + virtual void ActOnEnumBody(SourceLocation EnumLoc, SourceLocation LBraceLoc, + SourceLocation RBraceLoc, DeclPtrTy EnumDecl, DeclPtrTy *Elements, unsigned NumElements) {} //===--------------------------------------------------------------------===// |