]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_gdi_wrap.cpp
Changes needed for building with Python 2.5
[wxWidgets.git] / wxPython / src / mac / _gdi_wrap.cpp
index 21e7cb9e8bb215ceaa097f8447bdb2d708ef55f0..b36bdd28829a18e020d577b0520f549d038f6911 100644 (file)
@@ -27098,11 +27098,11 @@ extern "C" {
     swig_type_info **types_initial) {
     size_t i;
     for (i = 0; methods[i].ml_name; ++i) {
-      char *c = methods[i].ml_doc;
+      const char *c = methods[i].ml_doc;
       if (c && (c = strstr(c, "swig_ptr: "))) {
         int j;
         swig_const_info *ci = 0;
-        char *name = c + 10;
+        const char *name = c + 10;
         for (j = 0; const_table[j].type; ++j) {
           if (strncmp(const_table[j].name, name, 
               strlen(const_table[j].name)) == 0) {