diff -r 409a31271efd -r 01d41844ef46 gui/algowin.h --- a/gui/algowin.h Thu Jan 05 12:30:09 2006 +0000 +++ b/gui/algowin.h Thu Jan 05 16:54:34 2006 +0000 @@ -6,10 +6,13 @@ class AlgoWin; #include +//#include #include #include #include +class MapStorage; + enum {GENERAL, KRUSKAL, ALGO_NUM}; // algorithm IDs; class AlgoWin : public Gtk::Window @@ -34,7 +37,7 @@ AlgoWin(int, std::vector); void update_tablist(std::vector tabnames); - void update_maplist( void *); + void update_maplist(MapStorage *); void on_hide(); };