summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-16 20:35:47 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-16 20:35:47 +0000
commit694499b2fc01927a5779309b31caf71df1107adc (patch)
treef926f2a4b1471e7ecaf4c31d548b3fe7b6e328ff /ace/WFMO_Reactor.cpp
parent4a74ec8da792a561dfd894c6b31939f0b36d39ba (diff)
downloadATCD-694499b2fc01927a5779309b31caf71df1107adc.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r--ace/WFMO_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp
index c22383a740a..3e00b80994a 100644
--- a/ace/WFMO_Reactor.cpp
+++ b/ace/WFMO_Reactor.cpp
@@ -1394,7 +1394,7 @@ ACE_WFMO_Reactor_Notify::notify (ACE_Event_Handler *eh,
if (eh != 0)
{
ACE_Message_Block *mb = 0;
- ACE_NEW_RETURN (mb, ACE_Message_Block (sizeof ACE_Notification_Buffer), -1);
+ ACE_NEW_RETURN (mb, ACE_Message_Block (sizeof (ACE_Notification_Buffer)), -1);
ACE_Notification_Buffer *buffer =
(ACE_Notification_Buffer *) mb->base ();