mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
const_iterator
This commit is contained in:
parent
063c2cafff
commit
bb53364155
@ -504,7 +504,7 @@ get_component(NodeChainComponent *parent, PandaNode *child_node) {
|
|||||||
// First, walk through the list of NodeChainComponents we already
|
// First, walk through the list of NodeChainComponents we already
|
||||||
// have on the child, looking for one that already exists,
|
// have on the child, looking for one that already exists,
|
||||||
// referencing the indicated parent component.
|
// referencing the indicated parent component.
|
||||||
Chains::iterator ci;
|
Chains::const_iterator ci;
|
||||||
for (ci = cdata_child->_chains.begin();
|
for (ci = cdata_child->_chains.begin();
|
||||||
ci != cdata_child->_chains.end();
|
ci != cdata_child->_chains.end();
|
||||||
++ci) {
|
++ci) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user