From 6f91193f0b537d437645ae9e10823a519f547888 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 9 Dec 2020 12:39:57 +0100 Subject: Removed redundant void --- ACE/ace/OS_Log_Msg_Attributes.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/OS_Log_Msg_Attributes.inl') diff --git a/ACE/ace/OS_Log_Msg_Attributes.inl b/ACE/ace/OS_Log_Msg_Attributes.inl index 222609f53d8..744ac94870f 100644 --- a/ACE/ace/OS_Log_Msg_Attributes.inl +++ b/ACE/ace/OS_Log_Msg_Attributes.inl @@ -2,7 +2,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE -ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes (void) : +ACE_OS_Log_Msg_Attributes::ACE_OS_Log_Msg_Attributes () : ostream_ (0), ostream_refcount_ (0), priority_mask_ (0), -- cgit v1.2.1