parent
2fd27ff729
commit
c461b58421
|
@ -3836,7 +3836,7 @@ std::string ValueType::str() const
|
||||||
for (unsigned int p = 0; p < pointer; p++) {
|
for (unsigned int p = 0; p < pointer; p++) {
|
||||||
ret += " *";
|
ret += " *";
|
||||||
if (constness & (2 << p))
|
if (constness & (2 << p))
|
||||||
ret += " const";
|
ret += " const";
|
||||||
}
|
}
|
||||||
return ret.substr(1);
|
return ret.substr(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue