diff options
Diffstat (limited to 'src/shared/cplusplus/Control.h')
-rw-r--r-- | src/shared/cplusplus/Control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/Control.h b/src/shared/cplusplus/Control.h index 8e492d81dd..791d24ca34 100644 --- a/src/shared/cplusplus/Control.h +++ b/src/shared/cplusplus/Control.h @@ -173,6 +173,7 @@ public: /// Creates a new Objective-C @property declaration symbol. ObjCPropertyDeclaration *newObjCPropertyDeclaration(unsigned sourceLocation, const Name *name); + const Identifier *deprecatedId() const; // Objective-C specific context keywords. const Identifier *objcGetterId() const; const Identifier *objcSetterId() const; |