瀏覽代碼

remove unneeded formal parameter name

David Rose 21 年之前
父節點
當前提交
4ae76dbc9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtool/src/dtoolbase/pallocator.h

+ 1 - 1
dtool/src/dtoolbase/pallocator.h

@@ -91,7 +91,7 @@ public:
 
 
   // template member functions in VC++ can only be defined in-class.
   // template member functions in VC++ can only be defined in-class.
   template<class U>
   template<class U>
-  INLINE pallocator(const pallocator<U> &copy) throw() { }
+  INLINE pallocator(const pallocator<U> &) throw() { }
 
 
   INLINE pointer allocate(size_type n, allocator<void>::const_pointer hint = 0);
   INLINE pointer allocate(size_type n, allocator<void>::const_pointer hint = 0);
   INLINE void deallocate(void *p, size_type n);
   INLINE void deallocate(void *p, size_type n);