Sat, 06 Jan 2018 17:57:03 +0200
simplify
src/editmodes/magicWandMode.cpp | file | annotate | diff | comparison | revisions |
--- a/src/editmodes/magicWandMode.cpp Thu Jan 04 22:52:04 2018 +0200 +++ b/src/editmodes/magicWandMode.cpp Sat Jan 06 17:57:03 2018 +0200 @@ -63,7 +63,7 @@ if (candidate->type() == OBJ_CondLine) m_selection << candidate; else - boundaries.append(std::make_tuple(candidate->vertex(0), candidate->vertex(1))); + boundaries.append({candidate->vertex(0), candidate->vertex(1)}); break; }