mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
fix typo
This commit is contained in:
parent
8e2ff8e92e
commit
7eec1f34d8
@ -70,7 +70,7 @@ allocate(TYPENAME dallocator<Type>::size_type n, allocator<void>::const_pointer)
|
|||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
INLINE void dallocator<Type>::
|
INLINE void dallocator<Type>::
|
||||||
deallocate(TYPENAME pallocator<Type>::pointer p, TYPENAME pallocator<Type>::size_type) {
|
deallocate(TYPENAME dallocator<Type>::pointer p, TYPENAME dallocator<Type>::size_type) {
|
||||||
(*global_operator_delete)(p);
|
(*global_operator_delete)(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user