Browse Source

missing INLINE

David Rose 21 years ago
parent
commit
67ca4b860e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/prc/configVariableBase.I

+ 1 - 1
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();
 }