[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Jan 15 17:21:01 UTC 2004


CVS commit by okellogg: 

Patch reviewed by J. Riddell:
Grant friend permission to UMLClassifier.


  M +1 -5      operation.h   1.12


--- kdesdk/umbrello/umbrello/operation.h  #1.11:1.12
@@ -16,7 +16,4 @@
 #include "umlattributelist.h"
 
-// forward declarations
-class UMLClassifier;
-
 /**
  * This class represents an operation in the UML model.
@@ -27,7 +24,6 @@ class UMLClassifier;
 class UMLOperation : public UMLClassifierListItem {
         Q_OBJECT
-friend UMLOperation* UMLDoc::createOperation( );
+friend class UMLClassifier;
 friend UMLOperation* UMLDoc::createOperation( UMLClassifier *, const QString &, UMLAttributeList * );
-
 private:
         /**






More information about the umbrello-devel mailing list