diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index 2e999eb9..32b6ec26 100755 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -4329,6 +4329,8 @@ template bool SGPropertyNode::setValue(const SGVec3&, void*); template bool SGPropertyNode::setValue(const SGVec4&, void*); template std::vector SGPropertyNode::getChildValues(const std::string& name) const; +template std::vector SGPropertyNode::getChildValues(const std::string& name) const; + template std::vector SGPropertyNode::getChildValues(const std::string& name) const; template bool SGPropertyNode::tie(const SGRawValue &rawValue, bool useDefault);