Mark as a valid retaliation target.
| 1016 | { |
| 1017 | /// Mark as a valid retaliation target. |
| 1018 | void operator()(const argument_type &iter) const { iter.second->setRetaliationTarget(true); } |
| 1019 | }; |
| 1020 | |
| 1021 | /** |
nothing calls this directly
no test coverage detected