[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Mar 26 18:21:02 UTC 2004
CVS commit by okellogg:
Fix bug 78525.
M +1 -1 classifier.cpp 1.35
--- kdesdk/umbrello/umbrello/classifier.cpp #1.34:1.35
@@ -312,5 +312,5 @@ UMLOperationList UMLClassifier::getFilte
UMLOperationList operationList;
for(UMLClassifierListItem* listItem = classifierList.first(); listItem;
- listItem = m_OpsList.next()) {
+ listItem = classifierList.next()) {
if (listItem->getBaseType() == ot_Operation) {
operationList.append(static_cast<UMLOperation*>(listItem));
More information about the umbrello-devel
mailing list