summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-chemistry.cpp')
-rw-r--r--src/path-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index b128535bc..bb313ef1a 100644
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
@@ -269,7 +269,7 @@ sp_selected_path_break_apart(SPDesktop *desktop)
if (l == list)
repr->setAttribute("id", id);
- reprs.insert(reprs.begin(),repr);
+ reprs.push_back(repr);
Inkscape::GC::release(repr);
}