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



Attachment: View
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to