| # | Line 185 | Line 185 | void ZConsVisitor::internalVisit(StuntDouble* sd, cons | |
|---|---|---|
| 185 | return; | |
| 186 | ||
| 187 | for(atomInfo = atomData->beginAtomInfo(iter); atomInfo; atomInfo = atomData->nextAtomInfo(iter)) | |
| 188 | < | (atomInfo->AtomType).insert(0, prefix); |
| 188 | > | (atomInfo->atomTypeName).insert(0, prefix); |
| 189 | } | |
| 190 | ||
| 191 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |