diff --git a/simgear/props/props.hxx b/simgear/props/props.hxx index ee1267e7..99912c75 100644 --- a/simgear/props/props.hxx +++ b/simgear/props/props.hxx @@ -260,7 +260,7 @@ public: * SGPropertyNode::untie doesn't need to know the type of an * extended property. */ - virtual SGRaw* makeContainer() const = 0; + virtual SGRawExtended* makeContainer() const = 0; }; // Choose between different base classes based on whether the value is