[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Feb 13 21:31:01 UTC 2005
CVS commit by okellogg:
findSuperClassConcepts(): Fix selection criterion for realizations.
M +1 -1 classifier.cpp 1.68
--- kdesdk/umbrello/umbrello/classifier.cpp #1.67:1.68
@@ -209,5 +209,5 @@ UMLClassifierList UMLClassifier::findSup
for (UMLAssociation *a = rlist.first(); a; a = rlist.next())
{
- if (a->getObjectId(B) != myID)
+ if (a->getObjectId(A) == myID)
{
UMLObject* obj = a->getObject(B);
More information about the umbrello-devel
mailing list