[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Aug 21 17:24:31 UTC 2006
SVN commit 575563 by okellogg:
forgot this in commit 575546
M +1 -1 entity.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/entity.cpp #575562:575563
@@ -51,7 +51,7 @@
m_BaseType = Uml::ot_Entity;
}
-UMLObject* UMLEntity::createAttribute(const QString &name /*=null*/) {
+UMLAttribute* UMLEntity::createAttribute(const QString &name /*=null*/) {
UMLDoc *umldoc = UMLApp::app()->getDocument();
Uml::IDType id = umldoc->getUniqueID();
QString currentName;
More information about the umbrello-devel
mailing list