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
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org