From 07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 18 Sep 2008 17:48:42 +0000 Subject: Next roud of NR ==> Geom conversion (bzr r6839) --- src/gradient-drag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gradient-drag.cpp') diff --git a/src/gradient-drag.cpp b/src/gradient-drag.cpp index 5bf2b2575..1caaf1d11 100644 --- a/src/gradient-drag.cpp +++ b/src/gradient-drag.cpp @@ -1447,7 +1447,7 @@ GrDrag::selectByCoords(std::vector coords) \brief Select all stops/draggers that fall within the rect */ void -GrDrag::selectRect(NR::Rect const &r) +GrDrag::selectRect(Geom::Rect const &r) { for (GList *l = this->draggers; l != NULL; l = l->next) { GrDragger *d = ((GrDragger *) l->data); -- cgit v1.2.3