mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
remove unneeded formal parameter name
This commit is contained in:
parent
565d3fb84f
commit
4ae76dbc9b
@ -91,7 +91,7 @@ public:
|
||||
|
||||
// template member functions in VC++ can only be defined in-class.
|
||||
template<class U>
|
||||
INLINE pallocator(const pallocator<U> ©) throw() { }
|
||||
INLINE pallocator(const pallocator<U> &) throw() { }
|
||||
|
||||
INLINE pointer allocate(size_type n, allocator<void>::const_pointer hint = 0);
|
||||
INLINE void deallocate(void *p, size_type n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user