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 pingus.cxx,1.2,1.3 stat.cxx,


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap pingus.cxx,1.2,1.3 stat.cxx,1.1,1.2
Date: 13 Jun 2002 19:53:24 -0000

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

Modified Files:
        pingus.cxx stat.cxx 
Log Message:
fixed some Doxygen warnings (mostly due to bugs in Doxygen itself)


Index: pingus.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pingus.cxx  13 Jun 2002 14:25:13 -0000      1.2
+++ pingus.cxx  13 Jun 2002 19:53:22 -0000      1.3
@@ -34,7 +34,7 @@
 }
 
 void 
-PingusWorldMapPingus::set_position (boost::shared_ptr<Node> node)
+PingusWorldMapPingus::set_position (boost::shared_ptr<Pingus::WorldMap::Node> 
node)
 {
   pos = node->get_pos ();
   current_node = node.get ();

Index: stat.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/stat.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stat.cxx    12 Jun 2002 19:03:33 -0000      1.1
+++ stat.cxx    13 Jun 2002 19:53:22 -0000      1.2
@@ -141,7 +141,7 @@
 }
 
 void
-PingusWorldMapStat::save (std::list<boost::shared_ptr<Node> >& nodes)
+PingusWorldMapStat::save (std::list<boost::shared_ptr<Pingus::WorldMap::Node> 
>& nodes)
 {
   std::ofstream out (filename.c_str ());
   




reply via email to

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