[Scummvm-cvs-logs] SF.net SVN: scummvm:[49091] scummvm/trunk/tools/create_msvc/create_msvc.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 19 08:53:47 CEST 2010


Revision: 49091
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49091&view=rev
Author:   thebluegr
Date:     2010-05-19 06:53:47 +0000 (Wed, 19 May 2010)

Log Message:
-----------
Added missing single quote

Modified Paths:
--------------
    scummvm/trunk/tools/create_msvc/create_msvc.cpp

Modified: scummvm/trunk/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/trunk/tools/create_msvc/create_msvc.cpp	2010-05-19 05:42:14 UTC (rev 49090)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp	2010-05-19 06:53:47 UTC (rev 49091)
@@ -550,7 +550,7 @@
 	//
 	// 4510 ('class' : default constructor could not be generated)
 	//
-	// 4511 (class' : copy constructor could not be generated)
+	// 4511 ('class' : copy constructor could not be generated)
 	//
 	// 4610 (object 'class' can never be instantiated - user-defined constructor required)
 	//   "correct" but harmless (as is 4510)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list