fix build with qt 4.7

it is source-incompatible to this broken code :)
This commit is contained in:
Oswald Buddenhagen
2010-03-11 17:36:13 +01:00
parent 05cf6ff47a
commit 245f8652b8

View File

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