[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Jan 8 11:46:02 UTC 2006


SVN commit 495739 by okellogg:

Constructors: Initialize m_bConst. (m_List is without autodelete anyways.)


 M  +2 -2      operation.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/operation.cpp #495738:495739
@@ -35,14 +35,14 @@
         setTypeName( rt );
     m_Vis = s;
     m_BaseType = Uml::ot_Operation;
-    m_List.setAutoDelete(false);
+    m_bConst = false;
 }
 
 UMLOperation::UMLOperation(const UMLClassifier * parent)
         : UMLClassifierListItem (parent)
 {
     m_BaseType = Uml::ot_Operation;
-    m_List.setAutoDelete(false);
+    m_bConst = false;
 }
 
 UMLOperation::~UMLOperation() {




More information about the umbrello-devel mailing list