summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridgefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridgefactory.hxx')
-rw-r--r--binaryurp/source/bridgefactory.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryurp/source/bridgefactory.hxx b/binaryurp/source/bridgefactory.hxx
index 075975c53a0d..4da73fff3b9e 100644
--- a/binaryurp/source/bridgefactory.hxx
+++ b/binaryurp/source/bridgefactory.hxx
@@ -32,6 +32,7 @@
#include "com/sun/star/uno/Exception.hpp"
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/RuntimeException.hpp"
+#include "cppuhelper/basemutex.hxx"
#include "cppuhelper/compbase2.hxx"
#include "sal/types.h"
@@ -55,7 +56,8 @@ typedef
BridgeFactoryBase;
class BridgeFactory:
- private osl::Mutex, public BridgeFactoryBase, private boost::noncopyable
+ private cppu::BaseMutex, public BridgeFactoryBase,
+ private boost::noncopyable
{
public:
static com::sun::star::uno::Reference< com::sun::star::uno::XInterface >