| 1021 | } |
| 1022 | |
| 1023 | void map_markers::init_from(const map_markers &c) |
| 1024 | { |
| 1025 | for (const auto &entry : c.markers) |
| 1026 | add(entry.second->clone()); |
| 1027 | have_inactive_markers = c.have_inactive_markers; |
| 1028 | } |
| 1029 | |
| 1030 | void map_markers::clear_need_activate() |
| 1031 | { |