Fix compilation error with gcc 4.4.3

call of overloaded ‘QString(int)’ is ambiguous
This commit is contained in:
Kai Koehne
2010-02-17 09:17:06 +01:00
parent a0431f0563
commit 1f411118bf

View File

@@ -71,8 +71,7 @@ static QString fullyQualifiedName(Symbol *symbol, const Overview *overview)
}
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
: _overview(overview),
_name(0)
: _overview(overview)
{ }
TypePrettyPrinter::~TypePrettyPrinter()