Hi Curtis, Thanks for the fix. I have already checked in a fix for this error so the compile should now be working under OSX. Let me know if there are any remaining issues.
Cheers, Robert. On 17 November 2015 at 13:54, Curtis Rubel <[email protected]> wrote: > Hi, > > OSG release 3.5.1 fails to compile on OSX latest 7.1.1 of XCode > due to a minor typo in include/osgViewer/View. I have seen another > submission for a compile issue, but does not appear to be this one > so submitting it to make sure its fixed. My apologies if I missed > another submission with this in it already. > > Here is the diff: > > - template<class T> void setImagePager(const osg::ref_ptr<T>* ip) { > setImagePager(ip.get()); } > + template<class T> void setImagePager(const osg::ref_ptr<T>& ip) { > setImagePager(ip.get()); } > > Entire file attached to this submission. > ... > > > Thank you! > > Cheers, > Curtis > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=65663#65663 > > > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
