From 5ed73f5e12b9f2b29a64bbeb59ef5e02e2ed82b2 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 21 Jan 2005 02:19:20 +0000 Subject: ChangeLogTag:Thu Jan 20 18:18:00 2005 Ossama Othman --- tests/Malloc_Test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/Malloc_Test.cpp') diff --git a/tests/Malloc_Test.cpp b/tests/Malloc_Test.cpp index 32d06b54932..45496fbb496 100644 --- a/tests/Malloc_Test.cpp +++ b/tests/Malloc_Test.cpp @@ -301,8 +301,7 @@ child (void) } print ("child", - ACE_reinterpret_cast (Test_Data *, - bar)); + reinterpret_cast (bar)); return 0; } -- cgit v1.2.1