Changeset 1733:5e0d97823ba2 in lemon-0.x for gui/mapselector.h
- Timestamp:
- 10/21/05 15:32:12 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/mapselector.h
r1731 r1733 8 8 #include "all_include.h" 9 9 #include "mapstorage.h" 10 #include " map_win.h"10 #include "new_map_win.h" 11 11 #include "graph_displayer_canvas.h" 12 12 #include <libgnomecanvasmm.h> … … 19 19 ///The \ref MapStorage in which the visualizable maps are stored 20 20 MapStorage & ms; 21 MapWin &mw;21 NewMapWin & nmw; 22 22 23 23 int id; … … 41 41 public: 42 42 43 MapSelector(GraphDisplayerCanvas &, MapStorage &, MapWin &, int, bool);43 MapSelector(GraphDisplayerCanvas &, MapStorage &, NewMapWin &, int, bool); 44 44 45 45 void update_list();
Note: See TracChangeset
for help on using the changeset viewer.