Skip to content
Snippets Groups Projects
Commit 05fd47e0 authored by Erik Verbruggen's avatar Erik Verbruggen Committed by Erik Verbruggen
Browse files

Fix compilation on Ubuntu 11.10.


Cause: broken compiler.

Change-Id: Ic559ba4bbb9ddcbb1d4fbd90d0276ebacd50d039
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent 7d2e5d54
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ protected:
virtual void accept0(NameVisitor *visitor) const = 0;
protected: // for Matcher
friend Matcher;
friend class Matcher;
virtual bool match0(const Name *otherName, Matcher *matcher) const = 0;
};
......
......@@ -106,7 +106,7 @@ protected:
virtual void accept0(TypeVisitor *visitor) = 0;
protected: // for Matcher
friend Matcher;
friend class Matcher;
virtual bool match0(const Type *otherType, Matcher *matcher) const = 0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment