blob: 1b50fb96d54c587af5bbeee2c7b06360db281850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- qt-creator-1.3.1-src/src/libs/cplusplus/TypePrettyPrinter.cpp.orig 2011-04-03 14:31:36.000000000 -0300
+++ qt-creator-1.3.1-src/src/libs/cplusplus/TypePrettyPrinter.cpp 2011-04-03 14:22:39.000000000 -0300
@@ -69,8 +69,7 @@
}
TypePrettyPrinter::TypePrettyPrinter(const Overview *overview)
- : _overview(overview),
- _name(0)
+ : _overview(overview)
{ }
TypePrettyPrinter::~TypePrettyPrinter()
|