From: Thomas Geymayer Date: Mon, 21 Jul 2014 11:26:09 +0000 (+0200) Subject: Hopefully final fix for old gcc... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e036dfc5bf691e2cb467f27010c3291f5b1c13a7;p=simgear.git Hopefully final fix for old gcc... --- diff --git a/simgear/nasal/cppbind/detail/nasal_traits.hxx b/simgear/nasal/cppbind/detail/nasal_traits.hxx index 73306936..26767d76 100644 --- a/simgear/nasal/cppbind/detail/nasal_traits.hxx +++ b/simgear/nasal/cppbind/detail/nasal_traits.hxx @@ -43,6 +43,9 @@ namespace osg template class ref_ptr; template class observer_ptr; + template + ref_ptr static_pointer_cast(const ref_ptr&); + class Vec2b; class Vec2d; class Vec2f;