From 8d0d1f9047e1379d3868b9819b581850d53ca37b Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 24 May 2021 12:39:42 +0100 Subject: [PATCH] Props changes: fix a link error with Clang --- simgear/props/props.cxx | 2 ++ 1 file changed, 2 insertions(+) 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);