summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gradient-drag.cpp')
-rw-r--r--src/gradient-drag.cpp2
1 files changed, 1 insertions, 1 deletions
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<NR::Point> 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);