From 0874b4a25d3147895a837c956a9c4f72b44b2d06 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen <erik.verbruggen@nokia.com> Date: Fri, 22 Jan 2010 13:23:56 +0100 Subject: [PATCH] Fixed typo in method name. --- src/shared/cplusplus/Symbols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cplusplus/Symbols.h b/src/shared/cplusplus/Symbols.h index c1a1f379264..ab8eb8b3a16 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() -- GitLab