simplify

Sat, 06 Jan 2018 17:57:03 +0200

author
Santeri Piippo
date
Sat, 06 Jan 2018 17:57:03 +0200
changeset 1225
ffcbdce88978
parent 1224
5a31b6d4bf81
child 1226
d1199d965235

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;
 			}

mercurial