C++: Ignore return type on function overrides comparison

Change-Id: I9933e1cc1fb996181e818e2ea0aff76f9255f849
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Orgad Shaneh
2013-12-05 19:51:53 +02:00
committed by Orgad Shaneh
parent a625d9656c
commit 0ce3f3e68c
4 changed files with 22 additions and 14 deletions

View File

@@ -347,6 +347,8 @@ public:
bool isPureVirtual() const;
void setPureVirtual(bool isPureVirtual);
bool isSignatureEqualTo(const Function *other) const;
// Symbol's interface
virtual FullySpecifiedType type() const;