diff -r 5ad61c33487c -r ee009c0f4bcf map_win.h --- a/map_win.h Thu Oct 20 15:50:23 2005 +0000 +++ b/map_win.h Fri Oct 21 13:32:12 2005 +0000 @@ -8,6 +8,7 @@ #include "all_include.h" #include "graph_displayer_canvas.h" #include "mapstorage.h" +#include "new_map_win.h" #include "mapselector.h" #include #include @@ -27,6 +28,8 @@ ///The \ref MapStorage in which the visualizable maps are stored MapStorage & ms; + NewMapWin & nmw; + Gtk::Table * table; MapSelector ** e_combo_array, ** n_combo_array; @@ -37,7 +40,7 @@ public: ///Constructor of MapWin creates the widgets shown in MapWin. - MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &); + MapWin(const std::string& title, MapStorage &, GraphDisplayerCanvas &, NewMapWin &); ///This function is created to set the appropriate maps on the newly created node void updateNode(Graph::Node);