Hi,
It is in 3.4.0 and in head : 
https://github.com/openscenegraph/osg/blob/master/include/osgViewer/View
Philippe.

 


    Le Dimanche 22 novembre 2015 13h28, michael kapelko <korn...@gmail.com> a 
écrit :
 
 

 Hi.
What SVN revision is it? I can't find such a line in my r14769.

2015-11-22 17:02 GMT+07:00 philippe renon <philippe_re...@yahoo.fr>:

Hi,
The include/osgViewer/View include has that suspicious line:

    template<class T> void setImagePager(const osg::ref_ptr<T>* ip) { 
setImagePager(ip.get()); }
which fails to compile on mac with :    member reference base type 'const 
osg::ref_ptr<T> *' is not a structure or union
This pattern using osg::ref_ptr is used in many places but that suspicious line 
is only one with pointer instead of reference.
Philippe.


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org





 
  
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to