X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c58cff9a198022095db8f229e430f6ac73907163..83448d71476c44b449f09395cda06fa72b19a50e:/utils/HelpGen/src/HelpGen.cpp diff --git a/utils/HelpGen/src/HelpGen.cpp b/utils/HelpGen/src/HelpGen.cpp index 9ceff9f071..3f8541a125 100644 --- a/utils/HelpGen/src/HelpGen.cpp +++ b/utils/HelpGen/src/HelpGen.cpp @@ -1278,7 +1278,7 @@ void HelpGenVisitor::VisitOperation( spOperation& op ) // check for the special case of dtor wxString dtor; - if ( (funcname[0] == '~') && (m_classname == funcname.c_str() + 1) ) { + if ( (funcname[0u] == '~') && (m_classname == funcname.c_str() + 1) ) { dtor.Printf("\\destruct{%s}", m_classname.c_str()); funcname = dtor; } @@ -2185,6 +2185,9 @@ static const wxString GetVersionString() /* $Log$ + Revision 1.27 2003/10/13 17:21:30 MBN + Compilation fixes. + Revision 1.26 2003/09/29 15:18:35 MBN (Blind) compilation fix for Sun compiler.