# HG changeset patch # User alpar # Date 1120049540 0 # Node ID 144ab0e4b09cc4f74f954a74e420beadc6a5162e # Parent 3216612781375a06c274f984aacffacba142d15c Hmmm... diff -r 321661278137 -r 144ab0e4b09c gui/mapstorage.h --- a/gui/mapstorage.h Tue Jun 28 17:46:35 2005 +0000 +++ b/gui/mapstorage.h Wed Jun 29 12:52:20 2005 +0000 @@ -18,7 +18,7 @@ { public: - Graph g; + Graph &g; ///Stores double type NodeMaps std::map< std::string,Graph::NodeMap * > nodemap_storage;