summaryrefslogtreecommitdiff
path: root/salhelper/source
diff options
context:
space:
mode:
Diffstat (limited to 'salhelper/source')
-rw-r--r--salhelper/source/dynload.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/source/dynload.cxx b/salhelper/source/dynload.cxx
index b3a9e00322ae..09f678e1cbc3 100644
--- a/salhelper/source/dynload.cxx
+++ b/salhelper/source/dynload.cxx
@@ -23,7 +23,7 @@
namespace salhelper
{
-typedef void* (*ApiInitFunction) (void);
+typedef void* (*ApiInitFunction) ();
ORealDynamicLoader::ORealDynamicLoader(ORealDynamicLoader ** ppSetToZeroInDestructor_,
const rtl::OUString& moduleName,