summaryrefslogtreecommitdiff
path: root/ace/Malloc.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-31 00:25:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-31 00:25:22 +0000
commit47561f2143a43369ebe40f184fdda309b3bf1157 (patch)
tree87ec82a5721e4e31389c1ee537c4f340a563307d /ace/Malloc.h
parent835279622e4da0e2e428bd80c050b1b021d5c622 (diff)
downloadATCD-47561f2143a43369ebe40f184fdda309b3bf1157.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Malloc.h')
-rw-r--r--ace/Malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc.h b/ace/Malloc.h
index 46519d3ceff..15d56421db4 100644
--- a/ace/Malloc.h
+++ b/ace/Malloc.h
@@ -242,7 +242,7 @@ class ACE_New_Allocator : public ACE_Allocator
{
public:
virtual void *malloc (size_t nbytes);
- vritual void *calloc (size_t nbytes, char initial_value = '\0');
+ virtual void *calloc (size_t nbytes, char initial_value = '\0');
virtual void free (void *ptr);
virtual int remove (void);
virtual int bind (const char *name, void *pointer, int duplicates = 0);