mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
build on Irix
This commit is contained in:
parent
3e461e03ae
commit
a39a8f57c3
@ -75,7 +75,7 @@ INLINE ConfigVariable::
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE const ConfigDeclaration *ConfigVariable::
|
||||
get_default_value() const {
|
||||
nassertr(_core != (ConfigVariableCore *)NULL, NULL);
|
||||
nassertr(_core != (ConfigVariableCore *)NULL, (ConfigDeclaration *)NULL);
|
||||
return _core->get_default_value();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user