CVS commit by okellogg: Constructor: Don't create a datatype for "void". M +2 -1 operation.cpp 1.39 --- kdesdk/umbrello/umbrello/operation.cpp #1.38:1.39 @@ -32,4 +32,5 @@ UMLOperation::UMLOperation(const UMLClas : UMLClassifierListItem(parent, Name, id) { + if (!rt.isEmpty()) setTypeName( rt ); m_Scope = s;