[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu May 20 14:34:05 UTC 2004
CVS commit by okellogg:
Allow composition of class with enum.
M +1 -0 assocrules.cpp 1.25
--- kdesdk/umbrello/umbrello/assocrules.cpp #1.24:1.25
@@ -298,4 +298,5 @@ AssocRules::Assoc_Rule AssocRules::m_Ass
{ at_Composition, wt_Class, wt_Class, true, true, false, true },
{ at_Composition, wt_Class, wt_Interface, true, true, false, false },
+ { at_Composition, wt_Class, wt_Enum, true, true, false, false },
{ at_Composition, wt_Class, wt_Datatype, false, false, false, false },
{ at_Composition, wt_Class, wt_Class, false, false, false, false },
More information about the umbrello-devel
mailing list