summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r--ace/Local_Name_Space_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h
index 6745738e044..616019884a9 100644
--- a/ace/Local_Name_Space_T.h
+++ b/ace/Local_Name_Space_T.h
@@ -212,7 +212,7 @@ private:
TCHAR context_file_[MAXNAMELEN];
// Name of the file used as the backing store.
- LOCK lock_;
+ LOCK *lock_;
// Synchronization variable.
};