revert typeName from getCompleteString() (breaks tests), add to function dump instead
This commit is contained in:
parent
4b1dfc56b1
commit
aa4e527781
2 changed files with 2 additions and 6 deletions
|
|
@ -2019,11 +2019,6 @@ public:
|
|||
|
||||
// Add struct/block members
|
||||
if (isStruct() && structure) {
|
||||
if (typeName) {
|
||||
appendStr(" ");
|
||||
appendStr(typeName->c_str());
|
||||
appendStr(" ");
|
||||
}
|
||||
appendStr("{");
|
||||
for (size_t i = 0; i < structure->size(); ++i) {
|
||||
if (! (*structure)[i].type->hiddenMember()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue