summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace')
-rw-r--r--ace/Malloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc.cpp b/ace/Malloc.cpp
index 1c857606097..b1720cb520c 100644
--- a/ace/Malloc.cpp
+++ b/ace/Malloc.cpp
@@ -83,7 +83,7 @@ ACE_Name_Node::name (const char *)
ACE_ASSERT (!"not implemented yet");
}
-ACE_Malloc_Header (void)
+ACE_Malloc_Header::ACE_Malloc_Header (void)
: next_block_ (0),
size_ (0)
{