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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/simplerm.hxx b/tools/inc/tools/simplerm.hxx
index c16fe41abc0b..6b8f31147f96 100644
--- a/tools/inc/tools/simplerm.hxx
+++ b/tools/inc/tools/simplerm.hxx
@@ -46,7 +46,7 @@ class InternalResMgr;
class TOOLS_DLLPUBLIC SimpleResMgr
{
protected:
- NAMESPACE_VOS(OMutex) m_aAccessSafety;
+ vos::OMutex m_aAccessSafety;
InternalResMgr* m_pResImpl;
public: