[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jun 10 18:44:37 UTC 2007
SVN commit 673643 by okellogg:
setType(): Make virtual.
M +1 -1 classifierlistitem.h
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/classifierlistitem.h #673642:673643
@@ -91,7 +91,7 @@
*
* @param type Pointer to the UMLObject of the type.
*/
- void setType(UMLObject *type);
+ virtual void setType(UMLObject *type);
/**
* Returns a string representation of the list item.
More information about the umbrello-devel
mailing list