mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -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.
|
||||
bool force_publish = false;
|
||||
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) {
|
||||
force_publish = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user