summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index bfb8d53f1..f7562923f 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -529,7 +529,7 @@ void Inkscape::SelTrans::stamp()
} else {
/* Build cache */
l = selection->itemList();
- sort(l.begin(),l.end(),sp_object_compare_position);
+ sort(l.begin(),l.end(),sp_object_compare_position_bool);
_stamp_cache = l;
}