[Uml-devel] kdesdk/umbrello/umbrello/classparser
Andrew Coles
andrew_coles at yahoo.co.uk
Wed May 12 05:23:06 UTC 2004
CVS commit by coles:
Corrected a typo (declaration syntax error -> declaration-syntax error).
M +1 -1 parser.cpp 1.2
--- kdesdk/umbrello/umbrello/classparser/parser.cpp #1.1:1.2
@@ -565,5 +565,5 @@ bool Parser::parseLinkageSpecification(
DeclarationAST::Node decl;
if( !parseDeclaration(decl) ){
- reportError( i18n("Declaration syntax error") );
+ reportError( i18n("Declaration-syntax error") );
}
ast->setDeclaration( decl );
More information about the umbrello-devel
mailing list