Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
b0de14c08b
2 changed files with 10 additions and 0 deletions
  1. 9 0
      panda/src/egg/eggMaterialCollection.cxx
  2. 1 0
      panda/src/egg/eggMaterialCollection.h

+ 9 - 0
panda/src/egg/eggMaterialCollection.cxx

@@ -45,6 +45,15 @@ operator = (const EggMaterialCollection &copy) {
   return *this;
 }
 
+////////////////////////////////////////////////////////////////////
+//     Function: EggMaterialCollection::Destructor
+//       Access: Public
+//  Description: 
+////////////////////////////////////////////////////////////////////
+EggMaterialCollection::
+~EggMaterialCollection() {
+}
+
 ////////////////////////////////////////////////////////////////////
 //     Function: EggMaterialCollection::clear
 //       Access: Public

+ 1 - 0
panda/src/egg/eggMaterialCollection.h

@@ -46,6 +46,7 @@ public:
   EggMaterialCollection();
   EggMaterialCollection(const EggMaterialCollection &copy);
   EggMaterialCollection &operator = (const EggMaterialCollection &copy);
+  ~EggMaterialCollection();
 
   void clear();