[Scummvm-devel] Re: [Scummvm-cvs-logs] CVS: scummvm/backends/dc dcmain.cpp,1.11,1.12

Max Horn max at quendi.de
Sun Jul 6 09:02:16 CEST 2003


Am Sonntag, 06.07.03 um 16:46 Uhr schrieb Marcus Comstedt:

> Update of /cvsroot/scummvm/scummvm/backends/dc
> In directory sc8-pr-cvs1:/tmp/cvs-serv15416
>
> Modified Files:
> 	dcmain.cpp
> Log Message:
> Fixed parse error.
>
> Index: dcmain.cpp
> ===================================================================
> RCS file: /cvsroot/scummvm/scummvm/backends/dc/dcmain.cpp,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -u -d -r1.11 -r1.12
> --- dcmain.cpp	5 Jul 2003 15:17:45 -0000	1.11
> +++ dcmain.cpp	6 Jul 2003 14:46:12 -0000	1.12
> @@ -134,7 +134,7 @@
>
>
>  /* Mutex handling */
> -MutexRef OSystem_Dreamcast::create_mutex()
> +Mutex* OSystem_Dreamcast::create_mutex()
>  {

Not a good way to fix it. The correct fix probably is to use:

OSystem::MutexRef OSystem_Dreamcast::create_mutex()

If that doesn't work, tell me the error and I can suggest another fix.


Cheers,

Max





More information about the Scummvm-devel mailing list