mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
missing INLINE
This commit is contained in:
parent
d2d927e4bc
commit
67ca4b860e
@ -175,7 +175,7 @@ has_local_value() const {
|
|||||||
// either from a prc file or locally set, or false if
|
// either from a prc file or locally set, or false if
|
||||||
// variable has its default value.
|
// variable has its default value.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
bool ConfigVariableBase::
|
INLINE bool ConfigVariableBase::
|
||||||
has_value() const {
|
has_value() const {
|
||||||
return _core->has_value();
|
return _core->has_value();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user