]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/animate/mac/animate_wrap.cpp
reSWIGged
[wxWidgets.git] / wxPython / contrib / animate / mac / animate_wrap.cpp
index 8d584bea261985b4b2bc6a9662eedce0c97aeff6..b728eada21a9e87684d2ea4bb975bce32ff0b924 100644 (file)
@@ -6550,11 +6550,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) {