summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index a171220..898efa1 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -164,6 +164,7 @@ class MemberDef : public Definition
bool hasDocumentedParams() const;
bool hasDocumentedReturnType() const;
bool isObjCMethod() const;
+ bool isObjCProperty() const;
bool isConstructor() const;
bool isDestructor() const;
bool hasOneLineInitializer() const;