fix typos
This commit is contained in:
@@ -382,7 +382,7 @@ std::vector<SelectionObject> SelectionSingleton::getSelectionEx(const char* pDoc
|
||||
}
|
||||
}
|
||||
|
||||
// The map looses the order thus we have to go again through the list and pick up the SelectionObject from the map
|
||||
// The map loses the order thus we have to go again through the list and pick up the SelectionObject from the map
|
||||
for (std::list<_SelObj>::const_iterator It = _SelList.begin();It != _SelList.end();++It) {
|
||||
std::map<App::DocumentObject*,SelectionObject>::iterator Jt = SortMap.find(It->pObject);
|
||||
if (Jt != SortMap.end()) {
|
||||
|
||||
Reference in New Issue
Block a user