]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regfree.c
fix some more improper widget casts
[wxWidgets.git] / src / regex / regfree.c
index 17a73896f55701c03ce11694ef96b39deaad098b..d4590075a471ae61ab6a3a5f68ec91856086e3b7 100644 (file)
@@ -44,7 +44,7 @@
  * Ignoring invocation with NULL is a convenience.
  */
 VOID
-regfree(re)
+wx_regfree(re)
 regex_t *re;
 {
        if (re == NULL)