[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Tue Sep 20 21:44:38 UTC 2005


SVN commit 462433 by okellogg:

loadFromXMI(): Add missing return statement.

 M  +1 -0      widgetbase.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/widgetbase.cpp #462432:462433
@@ -110,6 +110,7 @@
         m_LineWidth = m_pView->getLineWidth();
         m_bUsesDiagramLineWidth = true;
     }
+    return true;
 }
 
 #include "widgetbase.moc"




More information about the umbrello-devel mailing list