summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-20 19:21:47 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:27 -0500
commit4bc5acd6d99fe1bc1ca3cbeebca153f4f179163e (patch)
tree880f544e1dcb96349d56e8b95ae4cebd126ee2ee /soldep
parent2168deeb9c85c9ff5ab2bd3527d321fc5150c1a4 (diff)
remvove vos/macros.h usage
Diffstat (limited to 'soldep')
-rw-r--r--soldep/inc/soldep/prj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/inc/soldep/prj.hxx b/soldep/inc/soldep/prj.hxx
index c5587e5e7fdf..ac89d44204ce 100644
--- a/soldep/inc/soldep/prj.hxx
+++ b/soldep/inc/soldep/prj.hxx
@@ -380,7 +380,7 @@ private:
ByteString aStarName; // no idee what this should be
protected:
- NAMESPACE_VOS( OMutex ) aMutex;
+ osl::Mutex aMutex;
USHORT nStarMode;
SolarFileList aFileList;