mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
minor comment update
This commit is contained in:
parent
97fcd934f6
commit
e54c93103b
@ -53,8 +53,8 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#elif defined(GNU_STYLE_ALLOCATOR)
|
#elif defined(GNU_STYLE_ALLOCATOR)
|
||||||
// Later versions of gcc want to use a still different, nonstandard
|
// Later versions of gcc want to use a still different,
|
||||||
// definition. Sheesh.
|
// not-quite-standard definition. Sheesh.
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
class pallocator : public allocator<Type> {
|
class pallocator : public allocator<Type> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user