forked from qt-creator/qt-creator
Fixed typo in method name.
This commit is contained in:
@@ -832,7 +832,7 @@ public:
|
|||||||
// Symbol's interface
|
// Symbol's interface
|
||||||
virtual FullySpecifiedType type() const;
|
virtual FullySpecifiedType type() const;
|
||||||
|
|
||||||
virtual const ObjCPropertyDeclaration *asOObjCPropertyDeclaration() const
|
virtual const ObjCPropertyDeclaration *asObjCPropertyDeclaration() const
|
||||||
{ return this; }
|
{ return this; }
|
||||||
|
|
||||||
virtual ObjCPropertyDeclaration *asObjCPropertyDeclaration()
|
virtual ObjCPropertyDeclaration *asObjCPropertyDeclaration()
|
||||||
|
|||||||
Reference in New Issue
Block a user