Skip to content
Commit 5f2e7863 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Avoid to use non reentrant iteration as mentioned by Oliver in UMLClassifier::resolveRef()

/****
For reference, here is the non-reentrant iteration scheme -
   NOT USE THIS !
for (UMLObject *obj = subordinates().first(); obj; obj = subordinates().next())
   {  ....  }
****/

CCBUG:414044
parent c083902e
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