equal
deleted
inserted
replaced
69 void AlgoWin::update_tablist(std::vector<std::string> tabnames) |
69 void AlgoWin::update_tablist(std::vector<std::string> tabnames) |
70 { |
70 { |
71 ab->update_tablist(tabnames); |
71 ab->update_tablist(tabnames); |
72 } |
72 } |
73 |
73 |
74 void AlgoWin::update_maplist(void * mapstorage) |
74 void AlgoWin::update_maplist(MapStorage * mapstorage) |
75 { |
75 { |
76 ab->update_maplist(mapstorage); |
76 ab->update_maplist(mapstorage); |
77 } |
77 } |
78 |
78 |
79 void AlgoWin::on_hide() |
79 void AlgoWin::on_hide() |