[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Dec 10 13:03:01 UTC 2003
CVS commit by okellogg:
Fix generated class termination.
M +1 -1 cppheaderclassdeclarationblock.cpp 1.9
--- kdesdk/umbrello/umbrello/codegenerators/cppheaderclassdeclarationblock.cpp #1.8:1.9
@@ -153,5 +153,5 @@ void CPPHeaderClassDeclarationBlock::ini
getComment()->setText(comment);
- setEndText("}");
+ setEndText("};");
updateContent();
More information about the umbrello-devel
mailing list