diff -r 291764ce6d91 -r a4d1362397fe gui/map_win.h --- a/gui/map_win.h Mon Dec 05 17:03:58 2005 +0000 +++ b/gui/map_win.h Tue Dec 06 10:53:38 2005 +0000 @@ -6,7 +6,7 @@ class MapWin; #include -#include +#include #include #include @@ -65,7 +65,7 @@ protected: - MainWin & mainwin; + NoteBookTab & mytab; Gtk::Table * table; @@ -77,7 +77,7 @@ public: ///Constructor of MapWin creates the widgets shown in MapWin. - MapWin(const std::string& title, std::vector, std::vector, MainWin & mw); + MapWin(const std::string& title, std::vector, std::vector, NoteBookTab & mw); ~MapWin();