]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regfree.c
Applied patch [ 1412216 ] non-themed fallback support for other wxNotebook orientation
[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)