From 985bb2a4780ded43fca3e66d3965ba791198d11c Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 24 Mar 2005 21:15:11 +0000 Subject: [PATCH] fix opt4 build --- panda/src/gobj/qpgeomMunger.h | 2 +- panda/src/gobj/qpgeomVertexFormat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/gobj/qpgeomMunger.h b/panda/src/gobj/qpgeomMunger.h index bab2ec5021..d240774289 100644 --- a/panda/src/gobj/qpgeomMunger.h +++ b/panda/src/gobj/qpgeomMunger.h @@ -125,7 +125,7 @@ private: bool _is_registered; typedef pset > Mungers; - class Registry { + class EXPCL_PANDA Registry { public: Registry(); CPT(qpGeomMunger) register_munger(qpGeomMunger *munger); diff --git a/panda/src/gobj/qpgeomVertexFormat.h b/panda/src/gobj/qpgeomVertexFormat.h index 3e77e16ec9..edc36369ed 100644 --- a/panda/src/gobj/qpgeomVertexFormat.h +++ b/panda/src/gobj/qpgeomVertexFormat.h @@ -151,7 +151,7 @@ private: // This is the global registry of all currently-in-use formats. typedef pset > Formats; - class Registry { + class EXPCL_PANDA Registry { public: Registry(); CPT(qpGeomVertexFormat) register_format(qpGeomVertexFormat *format);