]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/HelpGen.cpp
reSWIGged for new runtime, etc.
[wxWidgets.git] / utils / HelpGen / src / HelpGen.cpp
index 9ceff9f0718a1964c62d3ce0b9378edc87b36271..3f8541a125f1295c8d6dfea6683190fc433c3643 100644 (file)
@@ -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.