Cppcheck warning.
This commit is contained in:
parent
79e9b886ac
commit
612306bbd8
|
@ -1838,7 +1838,6 @@ bool dxfRW::writeObjects() {
|
||||||
// writer->writeString(330, '0'); handle to DICTIONARY
|
// writer->writeString(330, '0'); handle to DICTIONARY
|
||||||
}
|
}
|
||||||
writer->writeString(102, "{ACAD_REACTORS");
|
writer->writeString(102, "{ACAD_REACTORS");
|
||||||
std::map<std::string, std::string>::iterator it;
|
|
||||||
for (auto it=id->reactors.begin() ; it != id->reactors.end(); ++it ) {
|
for (auto it=id->reactors.begin() ; it != id->reactors.end(); ++it ) {
|
||||||
writer->writeString(330, (*it).first);
|
writer->writeString(330, (*it).first);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user