[Scummvm-cvs-logs] SF.net SVN: scummvm: [23520] scummvm/trunk/engines/sword2/animation.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jul 20 22:50:17 CEST 2006


Revision: 23520
          http://svn.sourceforge.net/scummvm/?rev=23520&view=rev
Author:   lordhoto
Date:     2006-07-15 14:27:29 -0700 (Sat, 15 Jul 2006)

Log Message:
-----------
Should fix shadowing warnings with gcc.

Modified Paths:
--------------
    scummvm/trunk/engines/sword2/animation.h

Modified: scummvm/trunk/engines/sword2/animation.h
===================================================================
--- scummvm/trunk/engines/sword2/animation.h	2006-07-15 21:24:05 UTC (rev 23519)
+++ scummvm/trunk/engines/sword2/animation.h	2006-07-15 21:27:29 UTC (rev 23520)
@@ -43,7 +43,7 @@
 };
 
 struct MovieInfo {
-	MovieInfo(const char *name, const uint frames, const bool seamless) : name(name), frames(frames), seamless(seamless) {}
+	MovieInfo(const char *name_, const uint frames_, const bool seamless_) : name(name_), frames(frames_), seamless(seamless_) {}
 
 	const char *name;
 	const uint frames;






More information about the Scummvm-git-logs mailing list