aboutsummaryrefslogtreecommitdiffhomepage
path: root/halloc_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'halloc_util.h')
-rw-r--r--halloc_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/halloc_util.h b/halloc_util.h
index ea785837..680cffe7 100644
--- a/halloc_util.h
+++ b/halloc_util.h
@@ -55,7 +55,7 @@ void *halloc_register( void *context, void *data );
Make a copy of the specified string using memory allocated using
halloc and the specified context
*/
-wchar_t *halloc_wcsdup( void *context, wchar_t *str );
+wchar_t *halloc_wcsdup( void *context, const wchar_t *str );
/**
Make a copy of the specified substring using memory allocated using