From f724d2d99d2195dea3049bfe580b6b6f5386c7b6 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 12 Jun 2019 19:01:28 +0300 Subject: Refactor: convert rotate_rel() to a method. --- src/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.cpp') diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index ea9d1eace..f458155d8 100755 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -1867,7 +1867,7 @@ void ObjectSet::rotate90(bool ccw) for (auto l=items_copy.begin();l!=items_copy.end() ;++l) { SPItem *item = *l; if (item) { - sp_item_rotate_rel(item, rot_90); + item->rotate_rel(rot_90); } else { g_assert_not_reached(); } -- cgit v1.2.3