parent
b7bf96d81a
commit
0cc003830a
|
@ -3927,7 +3927,7 @@ std::string ValueType::str() const
|
|||
ret += " double";
|
||||
else if (type == LONGDOUBLE)
|
||||
ret += " long double";
|
||||
for (unsigned int p = 0; p < pointer; p++) {
|
||||
for (int p = 0; p < pointer; p++) {
|
||||
ret += " *";
|
||||
if (constness & (2 << p))
|
||||
ret += " const";
|
||||
|
|
Loading…
Reference in New Issue