summaryrefslogtreecommitdiff
path: root/ACE/ace/Message_Block_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Message_Block_T.inl')
-rw-r--r--ACE/ace/Message_Block_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Message_Block_T.inl b/ACE/ace/Message_Block_T.inl
index cdc1b73872f..af729e9f450 100644
--- a/ACE/ace/Message_Block_T.inl
+++ b/ACE/ace/Message_Block_T.inl
@@ -2,7 +2,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template<class ACE_LOCK> ACE_INLINE
-ACE_Locked_Data_Block<ACE_LOCK>::ACE_Locked_Data_Block (void)
+ACE_Locked_Data_Block<ACE_LOCK>::ACE_Locked_Data_Block ()
{
this->locking_strategy_ = &this->lock_;
}