summaryrefslogtreecommitdiff
path: root/include/comphelper/componentmodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentmodule.hxx')
-rw-r--r--include/comphelper/componentmodule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx
index 277d0d483edf..cfffcb39b844 100644
--- a/include/comphelper/componentmodule.hxx
+++ b/include/comphelper/componentmodule.hxx
@@ -120,7 +120,7 @@ namespace comphelper
/** version of getComponentFactory which directly takes the char argument you got in your component_getFactory call
*/
- void* getComponentFactory( const sal_Char* _pImplementationName );
+ void* getComponentFactory( const char* _pImplementationName );
private:
OModule( const OModule& ) = delete;