summaryrefslogtreecommitdiffstats
path: root/src/polypcore/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/utf8.h')
-rw-r--r--src/polypcore/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/utf8.h b/src/polypcore/utf8.h
index 5f1fc5df..6d1e4a7d 100644
--- a/src/polypcore/utf8.h
+++ b/src/polypcore/utf8.h
@@ -23,6 +23,6 @@
***/
const char *pa_utf8_valid(const char *str);
-const char *pa_utf8_filter(const char *str);
+char *pa_utf8_filter(const char *str);
#endif