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