mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
protect PythonCallbackObject::init_type() with HAVE_PYTHON
This commit is contained in:
parent
b3816055dc
commit
ff6fc008bb
@ -169,7 +169,9 @@ init_libputil() {
|
|||||||
FactoryParam::init_type();
|
FactoryParam::init_type();
|
||||||
Namable::init_type();
|
Namable::init_type();
|
||||||
NodeCachedReferenceCount::init_type();
|
NodeCachedReferenceCount::init_type();
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
PythonCallbackObject::init_type();
|
PythonCallbackObject::init_type();
|
||||||
|
#endif
|
||||||
QuadBitMaskNative::init_type();
|
QuadBitMaskNative::init_type();
|
||||||
ReferenceCount::init_type();
|
ReferenceCount::init_type();
|
||||||
SparseArray::init_type();
|
SparseArray::init_type();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user