summaryrefslogtreecommitdiffstats
path: root/pyuno/source/module/pyuno_dlopenwrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_dlopenwrapper.c')
-rw-r--r--pyuno/source/module/pyuno_dlopenwrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_dlopenwrapper.c b/pyuno/source/module/pyuno_dlopenwrapper.c
index 98593ebcf372..ac562809b11b 100644
--- a/pyuno/source/module/pyuno_dlopenwrapper.c
+++ b/pyuno/source/module/pyuno_dlopenwrapper.c
@@ -38,7 +38,7 @@
RTTI identity by comparing string addresses rather than string content).
*/
-static void * load(void * address, char const * symbol) {
+static void * load(void const * address, char const * symbol) {
Dl_info dl_info;
char * slash;
size_t len;