mapselector.cc
changeset 194 6b2b718420eb
parent 174 95872af46fc4
child 201 879e47e5b731
equal deleted inserted replaced
7:7c630035491a 8:b8baf07a5ab3
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #include "mapselector.h"
    19 #include <mapselector.h>
    20 
    20 
    21 MapSelector::MapSelector(std::vector<std::string> ml, std::string act, std::string labeltext, bool edge, bool d):def(d),itisedge(edge),set_new_map(false)
    21 MapSelector::MapSelector(std::vector<std::string> ml, std::string act, std::string labeltext, bool edge, bool d):def(d),itisedge(edge),set_new_map(false)
    22 {
    22 {
    23   update_list(ml);
    23   update_list(ml);
    24 
    24