Explorar o código

fix opt4 build

David Rose %!s(int64=21) %!d(string=hai) anos
pai
achega
985bb2a478
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      panda/src/gobj/qpgeomMunger.h
  2. 1 1
      panda/src/gobj/qpgeomVertexFormat.h

+ 1 - 1
panda/src/gobj/qpgeomMunger.h

@@ -125,7 +125,7 @@ private:
 
   bool _is_registered;
   typedef pset<qpGeomMunger *, IndirectCompareTo<qpGeomMunger> > Mungers;
-  class Registry {
+  class EXPCL_PANDA Registry {
   public:
     Registry();
     CPT(qpGeomMunger) register_munger(qpGeomMunger *munger);

+ 1 - 1
panda/src/gobj/qpgeomVertexFormat.h

@@ -151,7 +151,7 @@ private:
 
   // This is the global registry of all currently-in-use formats.
   typedef pset<qpGeomVertexFormat *, IndirectCompareTo<qpGeomVertexFormat> > Formats;
-  class Registry {
+  class EXPCL_PANDA Registry {
   public:
     Registry();
     CPT(qpGeomVertexFormat) register_format(qpGeomVertexFormat *format);