]> git.mxchange.org Git - simgear.git/commitdiff
Hopefully final fix for old gcc...
authorThomas Geymayer <tomgey@gmail.com>
Mon, 21 Jul 2014 11:26:09 +0000 (13:26 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Mon, 21 Jul 2014 11:26:09 +0000 (13:26 +0200)
simgear/nasal/cppbind/detail/nasal_traits.hxx

index 73306936796cfdc3b88f8fa018997379bc3fadb4..26767d76d570b42588abb770c0949ee3a0e8f32b 100644 (file)
@@ -43,6 +43,9 @@ namespace osg
   template<class T> class ref_ptr;
   template<class T> class observer_ptr;
 
+  template<class T, class Y>
+  ref_ptr<T> static_pointer_cast(const ref_ptr<Y>&);
+
   class Vec2b;
   class Vec2d;
   class Vec2f;