src/editmodes/magicWandMode.cpp

changeset 1225
ffcbdce88978
parent 1222
34def2630300
child 1253
468a32ae8100
--- 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