summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap/removeoverlap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/removeoverlap/removeoverlap.cpp')
-rw-r--r--src/removeoverlap/removeoverlap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/removeoverlap/removeoverlap.cpp b/src/removeoverlap/removeoverlap.cpp
index 0562123de..c2cd6d213 100644
--- a/src/removeoverlap/removeoverlap.cpp
+++ b/src/removeoverlap/removeoverlap.cpp
@@ -67,7 +67,7 @@ void removeoverlap(GSList const *const items, double const xGap, double const yG
NR::Point const curr = it->midpoint;
NR::Point const dest(it->vspc_rect->getCentreX(),
it->vspc_rect->getCentreY());
- sp_item_move_rel(it->item, NR::translate(dest - curr));
+ sp_item_move_rel(it->item, Geom::Translate(dest - curr));
delete it->vspc_rect;
}
}