aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus/Symbols.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-01-22 13:23:56 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-01-22 13:23:56 +0100
commit0874b4a25d3147895a837c956a9c4f72b44b2d06 (patch)
tree6a56ea524a78cb439ab47b407cf59aae69851165 /src/shared/cplusplus/Symbols.h
parent58d06f520d52a7282b60720246fb22defde2ce6c (diff)
Fixed typo in method name.
Diffstat (limited to 'src/shared/cplusplus/Symbols.h')
-rw-r--r--src/shared/cplusplus/Symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/Symbols.h b/src/shared/cplusplus/Symbols.h
index c1a1f37926..ab8eb8b3a1 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()