mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
fix opt4 build
This commit is contained in:
parent
48c566942b
commit
985bb2a478
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user