author | alpar |
Wed, 29 Jun 2005 12:52:20 +0000 | |
changeset 1523 | 144ab0e4b09c |
parent 1522 | 321661278137 |
child 1524 | 587a823bcdd0 |
gui/mapstorage.h | file | annotate | diff | comparison | revisions |
1.1 --- a/gui/mapstorage.h Tue Jun 28 17:46:35 2005 +0000 1.2 +++ b/gui/mapstorage.h Wed Jun 29 12:52:20 2005 +0000 1.3 @@ -18,7 +18,7 @@ 1.4 { 1.5 public: 1.6 1.7 - Graph g; 1.8 + Graph &g; 1.9 1.10 ///Stores double type NodeMaps 1.11 std::map< std::string,Graph::NodeMap<double> * > nodemap_storage;