summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_Memory.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2009-08-06 13:52:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2009-08-06 13:52:28 +0000
commitc407e9594eb62fddd4db74f155ac56bf10e98a4b (patch)
tree8ad55b5fe642b70107e5e136e6c8453a342bbfb7 /ACE/ace/OS_Memory.h
parent1758ee3644470caf7d3f32a54511e1f34173fac2 (diff)
downloadATCD-c407e9594eb62fddd4db74f155ac56bf10e98a4b.tar.gz
ChangeLogTag:Thu
Diffstat (limited to 'ACE/ace/OS_Memory.h')
-rw-r--r--ACE/ace/OS_Memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_Memory.h b/ACE/ace/OS_Memory.h
index 6d5e23e438a..4c2951b48e1 100644
--- a/ACE/ace/OS_Memory.h
+++ b/ACE/ace/OS_Memory.h
@@ -238,7 +238,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# if defined (ACE_HAS_MFC) && (ACE_HAS_MFC == 1)
# define ACE_throw_bad_alloc AfxThrowMemoryException ()
# else
-# define ACE_throw_bad_alloc return (void*) 0
+# define ACE_throw_bad_alloc return 0
# endif
#endif /* ACE_NEW_THROWS_EXCEPTIONS */