diff --git a/src/libs/cplusplus/TypePrettyPrinter.cpp b/src/libs/cplusplus/TypePrettyPrinter.cpp index 07717905f9e..f8260d36eb5 100644 --- a/src/libs/cplusplus/TypePrettyPrinter.cpp +++ b/src/libs/cplusplus/TypePrettyPrinter.cpp @@ -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()