Thanks Ulrich, I suspect this error might have been a merge error -
not having OSX machine up and running means that I don't catch some of
my and others mistakes (mine in this instance).  Thanks for catching
and being quick with the fix.

On Tue, Aug 26, 2008 at 2:48 AM, Ulrich Hertlein <[EMAIL PROTECTED]> wrote:
> Hi Robert,
>
> attached is a small fix for a mismatched function signature:
>
> Index: osgPlugins/quicktime/QTUtils.h
> ===================================================================
> --- osgPlugins/quicktime/QTUtils.h      (revision 8796)
> +++ osgPlugins/quicktime/QTUtils.h      (working copy)
> @@ -64,7 +64,7 @@
>      OSStatus MakeFSSpecFromPath(const char* path, FSSpec* spec);
>
>     /** opens a movie from a path */
> -      OSStatus MakeMovieFromPath(const char* path, Movie* movie);
> +      OSStatus MakeMovieFromPath(const char* path, Movie* movie, short& 
> resref);
>
>
>  #endif
>
> _______________________________________________
> 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

Reply via email to