From 682c81da4f2c39865b7861bae2d36a696c030534 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Sun, 3 Sep 2006 13:25:13 +0000 Subject: [PATCH] Update MemPoolTest for MemPool changes. --- test-suite/MemPoolTest.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-suite/MemPoolTest.cc b/test-suite/MemPoolTest.cc index a41c178c77..74efcfef0d 100644 --- a/test-suite/MemPoolTest.cc +++ b/test-suite/MemPoolTest.cc @@ -1,5 +1,5 @@ /* - * $Id: MemPoolTest.cc,v 1.4 2006/09/03 04:12:04 hno Exp $ + * $Id: MemPoolTest.cc,v 1.5 2006/09/03 07:25:13 robertc Exp $ * * AUTHOR: Robert Collins * @@ -52,9 +52,9 @@ private: public: int aValue; }; - static MemPool *Pool; + static MemImplementingAllocator *Pool; }; -MemAllocator *MemPoolTest::Pool = NULL; +MemImplementingAllocator *MemPoolTest::Pool = NULL; void MemPoolTest::run() -- 2.47.3