Hi Mihia,

Sorry about this return 0 now checked in.

On 10/2/07, Mihai Radu <[EMAIL PROTECTED]> wrote:
> Compiling in Xp Vs 2005:
> > error C4716: 'osgViewer::ViewerBase::run' : must return a value
> It looks like it expects an int for return value.
> I assume that it returns the same value the program will return when
> done(), so at line 553 add:
> return 0;
>
> It's surely a small oversight.
>
> Mihai Radu
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to