[Uml-devel] KDE_3_2_BRANCH: kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Sat Mar 27 14:21:03 UTC 2004
CVS commit by jriddell:
Err, revert that commit, it was out of place.
M +1 -1 classifier.cpp 1.27.2.7
--- kdesdk/umbrello/umbrello/classifier.cpp #1.27.2.6:1.27.2.7
@@ -286,5 +286,5 @@ UMLOperationList* UMLClassifier::getFilt
UMLOperationList* operationList = new UMLOperationList;
for(UMLClassifierListItem* listItem = m_OpsList.first(); listItem;
- listItem = classifierList.next()) {
+ listItem = m_OpsList.next()) {
if (listItem->getBaseType() == ot_Operation) {
operationList->append(static_cast<UMLOperation*>(listItem));
More information about the umbrello-devel
mailing list