Browse Source

msvc6 fix?

David Rose 23 years ago
parent
commit
a842722d15
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/gobj/boundedObject.h

+ 1 - 0
panda/src/gobj/boundedObject.h

@@ -104,6 +104,7 @@ private:
   static TypeHandle _type_handle;
 
   friend class PandaNode;
+  friend class CData;  // MSVC6 seems to require this.
 };
 
 #include "boundedObject.I"