diff -r cebacea4f965 -r 06f1f9a8d51f main_win.h --- a/main_win.h Tue Jul 26 18:14:23 2005 +0000 +++ b/main_win.h Tue Jul 26 21:19:41 2005 +0000 @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include @@ -29,6 +30,9 @@ ///Window of editorial tools. Its type is \ref EditWin EditWin editwin; + ///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;