mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
interrogate: Fix typo
This commit is contained in:
parent
51497da8fb
commit
8d14705689
@ -2943,7 +2943,7 @@ define_method(CPPInstance *function, InterrogateType &itype,
|
|||||||
// specifically flag get_class_type() as published.
|
// specifically flag get_class_type() as published.
|
||||||
bool force_publish = false;
|
bool force_publish = false;
|
||||||
if (function->get_simple_name() == "get_class_type" &&
|
if (function->get_simple_name() == "get_class_type" &&
|
||||||
(function->_storage_class && CPPInstance::SC_static) != 0 &&
|
(function->_storage_class & CPPInstance::SC_static) != 0 &&
|
||||||
function->_vis <= V_public) {
|
function->_vis <= V_public) {
|
||||||
force_publish = true;
|
force_publish = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user