|
|
@@ -140,6 +140,17 @@ MemoryHook(const MemoryHook ©) :
|
|
|
#endif
|
|
|
}
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: MemoryHook::Destructor
|
|
|
+// Access: Public, Virtual
|
|
|
+// Description:
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+MemoryHook::
|
|
|
+~MemoryHook() {
|
|
|
+ // Really, we only have this destructor to shut up gcc about the
|
|
|
+ // virtual functions warning.
|
|
|
+}
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: MemoryHook::heap_alloc
|
|
|
// Access: Public, Virtual
|