Thanks Laurens, changes merged and submitted to svn/trunk.
On 1 February 2016 at 16:00, Voerman, L. <[email protected]> wrote: > Hi Robert, > > While compiling with Visual Studio 12 (aka 2013 update 3) I get a lot of > warnings (~2490 times) about > osg::DrawableUpdateCallback > osg::DrawableEventCallback > osg::DrawableCullCallback > > > > E:\osg\osgSvnGit\OpenSceneGraph\include\osg/Callback(286): warning C4099: > 'osg::DrawableUpdateCallback' : type name first seen using 'class' now seen > using 'struct' (E:\osg\osgSvnGit\OpenSceneGraph\src\osgUtil\RenderBin.cpp) > E:\osg\osgSvnGit\OpenSceneGraph\include\osg/Callback(27) : see > declaration of 'osg::DrawableUpdateCallback' > > attached is a modified version of include/osg/Callback: > changing > - struct OSG_EXPORT DrawableUpdateCallback : public virtual Callback > - { > to > + class OSG_EXPORT DrawableUpdateCallback : public virtual Callback > + { > + public: > > and the same changes for DrawableEventCallback and DrawableCullCallback > > applies to the git repository only (updated 1 Feb 2016 > ae6bade641ee4d8436ef69e7a7a347be81195a47 ) > > Regards, Laurens Voerman. > > _______________________________________________ > 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
