From 67ca4b860ee9e54579c625f7308fe22261d1fd8c Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 22 Oct 2004 23:29:02 +0000 Subject: [PATCH] missing INLINE --- dtool/src/prc/configVariableBase.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/prc/configVariableBase.I b/dtool/src/prc/configVariableBase.I index cb71650618..83c95481d6 100644 --- a/dtool/src/prc/configVariableBase.I +++ b/dtool/src/prc/configVariableBase.I @@ -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(); }