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:
Erik Verbruggen
2014-03-27 16:21:04 +01:00
committed by Erik Verbruggen
parent 7d2e5d54a1
commit 05fd47e02d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
};