Commit af5631de authored by oscar's avatar oscar

提交更新

parent a9276595
...@@ -310,7 +310,7 @@ public: ...@@ -310,7 +310,7 @@ public:
obj.color_name = itr0->second; obj.color_name = itr0->second;
} }
std::map<int, OutObjType>::iterator itr = mObjClassId2Type.find(trackItem.m_Type); std::map<int, OutObjType>::iterator itr = mObjClassId2Type.find(info.type);
if (itr != mObjClassId2Type.end()) { if (itr != mObjClassId2Type.end()) {
obj.type = itr->second; obj.type = itr->second;
std::map<OutObjType, std::string>::iterator itr2 = mObjType2Name.find(itr->second); std::map<OutObjType, std::string>::iterator itr2 = mObjType2Name.find(itr->second);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment