[osg-submissions] 8581 is broken

Robert Osfield robert.osfield at gmail.com
Tue Jul 15 02:23:00 PDT 2008


Sorry about this, I missed checking in all my changes, they are now checked in.

On Tue, Jul 15, 2008 at 4:28 AM, James Killian
<James_Killian at hotmail.com> wrote:
> I've found and fixed my build I think there are some merging errors... here
> is what I did.
>
> applications/osgconv/osgconv.cpp line 58
> //supportedExtension() drop the s
>           rwi->extensions = rw->supportedExtension();
>
> include/osgDB/Registry
>   //moved this to public since osgconv needs it
> typedef std::vector< osg::ref_ptr<ReaderWriter> > ReaderWriterList;
>   //added this since osgconv needs it
> const Registry::ReaderWriterList &getReaderWriterList() {return _rwList;}
>
> I am not sure if this is correct so could someone please check these files
> out, and fix.  Thanks.
> _______________________________________________
> osg-submissions mailing list
> osg-submissions at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>


More information about the osg-submissions mailing list