summaryrefslogtreecommitdiff
path: root/include/registry/typereg_reader.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 09:34:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 10:20:19 +0200
commit6f3b39499f9c6c88d637b621ef9ec6189d4fb9ff (patch)
tree848a5c335833cb61b2e6d2a9120ed5d6d354705b /include/registry/typereg_reader.hxx
parentdd323b051d54c5e931b2ee9891c463a310a93889 (diff)
loplugin:constparams in store,registry
Change-Id: I5633203b372a9abd0138a396958c235ea8aaf66d Reviewed-on: https://gerrit.libreoffice.org/40039 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/registry/typereg_reader.hxx')
-rw-r--r--include/registry/typereg_reader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/registry/typereg_reader.hxx b/include/registry/typereg_reader.hxx
index 64c2261f4e0e..d8639ed28121 100644
--- a/include/registry/typereg_reader.hxx
+++ b/include/registry/typereg_reader.hxx
@@ -91,7 +91,7 @@ REG_DLLPUBLIC void SAL_CALL typereg_reader_release(void * handle);
@since UDK 3.2.0
*/
-REG_DLLPUBLIC typereg_Version SAL_CALL typereg_reader_getVersion(void * handle);
+REG_DLLPUBLIC typereg_Version SAL_CALL typereg_reader_getVersion(void const * handle);
/**
Returns the documentation of a type reader.