diff --git a/src/shared/cplusplus/Symbols.h b/src/shared/cplusplus/Symbols.h index c1a1f37926454c4813481f76b2cf29763b7bea50..ab8eb8b3a16f2ebcd6bf73781e0c51f568867ea6 100644 --- a/src/shared/cplusplus/Symbols.h +++ b/src/shared/cplusplus/Symbols.h @@ -832,7 +832,7 @@ public: // Symbol's interface virtual FullySpecifiedType type() const; - virtual const ObjCPropertyDeclaration *asOObjCPropertyDeclaration() const + virtual const ObjCPropertyDeclaration *asObjCPropertyDeclaration() const { return this; } virtual ObjCPropertyDeclaration *asObjCPropertyDeclaration()