summaryrefslogtreecommitdiff
path: root/tools/inc/tools/simplerm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/simplerm.hxx')
-rw-r--r--tools/inc/tools/simplerm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/simplerm.hxx b/tools/inc/tools/simplerm.hxx
index 16b8b028a715..00767880c915 100644
--- a/tools/inc/tools/simplerm.hxx
+++ b/tools/inc/tools/simplerm.hxx
@@ -36,7 +36,7 @@
#ifndef _TOOLS_SIMPLERESMGR_HXX_
#define _TOOLS_SIMPLERESMGR_HXX_
-#include <vos/mutex.hxx>
+#include <osl/mutex.hxx>
#include <tools/resid.hxx>
#include <i18npool/lang.h>
#include <tools/string.hxx>
@@ -47,7 +47,7 @@ class InternalResMgr;
class TOOLS_DLLPUBLIC SimpleResMgr
{
protected:
- NAMESPACE_VOS(OMutex) m_aAccessSafety;
+ osl::Mutex m_aAccessSafety;
InternalResMgr* m_pResImpl;
public: