diff options
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/source/dynload.cxx | 2 |
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, |