[Uml-devel] kdesdk/umbrello/umbrello
    Brian Thomas 
    thomas at mail630.gsfc.nasa.gov
       
    Tue Sep 30 12:17:06 UTC 2003
    
    
  
CVS commit by thomas: 
 minor quibble: dont make destructor inline. 
  M +3 -1      association.cpp   1.21
  M +1 -1      association.h   1.13
--- kdesdk/umbrello/umbrello/association.h  #1.12:1.13
@@ -47,5 +47,5 @@ public:
          * Standard deconstructor.
          */
-        virtual ~UMLAssociation() {}
+        virtual ~UMLAssociation();
 
         /**
--- kdesdk/umbrello/umbrello/association.cpp  #1.20:1.21
@@ -29,4 +28,7 @@ UMLAssociation::UMLAssociation( UMLDoc* 
         init(type, roleA, roleB);
 }
+
+// destructor
+UMLAssociation::~UMLAssociation( ) { }
 
 bool UMLAssociation::operator==(UMLAssociation &rhs) {
    
    
More information about the umbrello-devel
mailing list