From 4ae76dbc9b390e1dba60e83661d0c4ab602dba4e Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 24 Jun 2004 16:44:09 +0000 Subject: [PATCH] remove unneeded formal parameter name --- dtool/src/dtoolbase/pallocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/dtoolbase/pallocator.h b/dtool/src/dtoolbase/pallocator.h index a21aa693dd..04f2b56c7e 100644 --- a/dtool/src/dtoolbase/pallocator.h +++ b/dtool/src/dtoolbase/pallocator.h @@ -91,7 +91,7 @@ public: // template member functions in VC++ can only be defined in-class. template - INLINE pallocator(const pallocator ©) throw() { } + INLINE pallocator(const pallocator &) throw() { } INLINE pointer allocate(size_type n, allocator::const_pointer hint = 0); INLINE void deallocate(void *p, size_type n);