missing INLINE

This commit is contained in:
David Rose 2004-10-22 23:29:02 +00:00
parent d2d927e4bc
commit 67ca4b860e

View File

@ -175,7 +175,7 @@ has_local_value() const {
// either from a prc file or locally set, or false if
// variable has its default value.
////////////////////////////////////////////////////////////////////
bool ConfigVariableBase::
INLINE bool ConfigVariableBase::
has_value() const {
return _core->has_value();
}