summaryrefslogtreecommitdiff
path: root/ACE/ace/RW_Process_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RW_Process_Mutex.h')
-rw-r--r--ACE/ace/RW_Process_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/RW_Process_Mutex.h b/ACE/ace/RW_Process_Mutex.h
index 13e46ededc7..71244548ddc 100644
--- a/ACE/ace/RW_Process_Mutex.h
+++ b/ACE/ace/RW_Process_Mutex.h
@@ -105,7 +105,7 @@ public:
int tryacquire_write_upgrade (void);
/// Return the underlying lock.
- const ACE_File_Lock &lock (void) const;
+ const ACE_File_Lock &lock () const;
/// Dump the state of an object.
void dump () const;