const_iterator

This commit is contained in:
David Rose 2002-02-26 23:25:54 +00:00
parent 063c2cafff
commit bb53364155

View File

@ -504,7 +504,7 @@ get_component(NodeChainComponent *parent, PandaNode *child_node) {
// First, walk through the list of NodeChainComponents we already
// have on the child, looking for one that already exists,
// referencing the indicated parent component.
Chains::iterator ci;
Chains::const_iterator ci;
for (ci = cdata_child->_chains.begin();
ci != cdata_child->_chains.end();
++ci) {