forked from qt-creator/qt-creator
Fix compilation on Ubuntu 11.10.
Cause: broken compiler. Change-Id: Ic559ba4bbb9ddcbb1d4fbd90d0276ebacd50d039 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
7d2e5d54a1
commit
05fd47e02d
2
src/libs/3rdparty/cplusplus/Name.h
vendored
2
src/libs/3rdparty/cplusplus/Name.h
vendored
@@ -69,7 +69,7 @@ protected:
|
|||||||
virtual void accept0(NameVisitor *visitor) const = 0;
|
virtual void accept0(NameVisitor *visitor) const = 0;
|
||||||
|
|
||||||
protected: // for Matcher
|
protected: // for Matcher
|
||||||
friend Matcher;
|
friend class Matcher;
|
||||||
virtual bool match0(const Name *otherName, Matcher *matcher) const = 0;
|
virtual bool match0(const Name *otherName, Matcher *matcher) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
2
src/libs/3rdparty/cplusplus/Type.h
vendored
2
src/libs/3rdparty/cplusplus/Type.h
vendored
@@ -106,7 +106,7 @@ protected:
|
|||||||
virtual void accept0(TypeVisitor *visitor) = 0;
|
virtual void accept0(TypeVisitor *visitor) = 0;
|
||||||
|
|
||||||
protected: // for Matcher
|
protected: // for Matcher
|
||||||
friend Matcher;
|
friend class Matcher;
|
||||||
virtual bool match0(const Type *otherType, Matcher *matcher) const = 0;
|
virtual bool match0(const Type *otherType, Matcher *matcher) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user