pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/worldmap stat.cxx,1.11,1.12


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap stat.cxx,1.11,1.12
Date: 12 Oct 2002 00:49:12 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv10029/worldmap

Modified Files:
        stat.cxx 
Log Message:
removed a few variable shadowings


Index: stat.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/stat.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- stat.cxx    28 Sep 2002 19:31:06 -0000      1.11
+++ stat.cxx    12 Oct 2002 00:49:10 -0000      1.12
@@ -74,12 +74,12 @@
 }
 
 void 
-PingusWorldMapStat::parse_file (std::string filename)
+PingusWorldMapStat::parse_file (std::string filename_)
 {
   doc = xmlParseFile(filename.c_str());
 
   if (! doc)
-    PingusError::raise("Couldn't open \"" + filename + "\" or syntax error.");
+    PingusError::raise("Couldn't open \"" + filename_ + "\" or syntax error.");
 
   xmlNodePtr cur = doc->ROOT;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]