summaryrefslogtreecommitdiff
path: root/comphelper/source/processfactory/processfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/processfactory/processfactory.cxx')
-rw-r--r--comphelper/source/processfactory/processfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/processfactory/processfactory.cxx b/comphelper/source/processfactory/processfactory.cxx
index de62a651d90a..515c4b6a7476 100644
--- a/comphelper/source/processfactory/processfactory.cxx
+++ b/comphelper/source/processfactory/processfactory.cxx
@@ -46,7 +46,7 @@ public:
xProcessFactory = xSMgr;
}
- Reference< XMultiServiceFactory > get()
+ Reference< XMultiServiceFactory > get() const
{
Guard< Mutex > aGuard( Mutex::getGlobalMutex() );