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 pathfinder.hxx,1.8,1.9


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap pathfinder.hxx,1.8,1.9
Date: 15 Oct 2002 21:54:12 -0000

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

Modified Files:
        pathfinder.hxx 
Log Message:
fixed little privacy problem

Index: pathfinder.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pathfinder.hxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pathfinder.hxx      15 Oct 2002 21:48:43 -0000      1.8
+++ pathfinder.hxx      15 Oct 2002 21:54:09 -0000      1.9
@@ -68,6 +68,8 @@
     }
   };
 
+  friend struct CostComp;
+
   Graph<T, C>& graph;
   NodeId start;
   std::priority_queue<NodeId, std::vector<NodeId>, CostComp> open_nodes;





reply via email to

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