diff -r 5ad61c33487c -r ee009c0f4bcf main_win.h --- a/main_win.h Thu Oct 20 15:50:23 2005 +0000 +++ b/main_win.h Fri Oct 21 13:32:12 2005 +0000 @@ -25,12 +25,12 @@ void readFile(const std::string &); protected: + ///We need to store newmapwin, to be able to set the appropriate values for properties of new map. + NewMapWin newmapwin; + ///Window of map-showing setup. Its type is \ref MapWin MapWin mapwin; - ///We need to store newmapwin, to be able to set the appropriate values for properties of new map. - NewMapWin newmapwin; - ///The graph will be drawn on this \ref GraphDisplayerCanvas GraphDisplayerCanvas gd_canvas;