diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-10 18:58:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-10 18:58:26 +0000 |
commit | 3c84e3836b3abfab542a7be40203dfdb2b6a1b8d (patch) | |
tree | bb9f565d02cf35dba707c8976e89ba97749e5b0c /examples/Shared_Malloc | |
parent | c6f8c1fb06c57e454694764a7005c68ce47b3a65 (diff) | |
download | ATCD-3c84e3836b3abfab542a7be40203dfdb2b6a1b8d.tar.gz |
Hi David ;-)
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r-- | examples/Shared_Malloc/test_persistence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Shared_Malloc/test_persistence.cpp b/examples/Shared_Malloc/test_persistence.cpp index d534aeefa46..76770815026 100644 --- a/examples/Shared_Malloc/test_persistence.cpp +++ b/examples/Shared_Malloc/test_persistence.cpp @@ -51,7 +51,7 @@ public: return stream; } - void *operator new (size_t size) + void *operator new (size_t) { return shmem_manager->malloc (sizeof (Employee)); } |