diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 355eed1f91..19616d5c9f 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -1366,7 +1366,9 @@ public: DeclTy **allMethods = 0, unsigned allNum = 0, DeclTy **allProperties = 0, - unsigned pNum = 0) { + unsigned pNum = 0, + DeclTy **allTUVars = 0, + unsigned tuvNum = 0) { return; } // ActOnProperty - called to build one property AST |