diff -r 628c0b383d2f -r e664d8aa3f72 map_win.h --- a/map_win.h Wed Nov 30 13:24:23 2005 +0000 +++ b/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();