summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-18 17:48:42 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-18 17:48:42 +0000
commit07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8 (patch)
tree3a4c8c7f4f8de2878adbe5eabaf75460d35b8bcb /src/gradient-drag.h
parentNR ==> Geom conversion in sp-canvas (diff)
downloadinkscape-07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8.tar.gz
inkscape-07a2c5b0db916ac9e5dee3bcbafcb12d8e767fa8.zip
Next roud of NR ==> Geom conversion
(bzr r6839)
Diffstat (limited to 'src/gradient-drag.h')
-rw-r--r--src/gradient-drag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gradient-drag.h b/src/gradient-drag.h
index ed0887e98..acc2dd48f 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -121,7 +121,7 @@ public: // FIXME: make more of this private!
void deselectAll();
void selectAll();
void selectByCoords(std::vector<NR::Point> coords);
- void selectRect(NR::Rect const &r);
+ void selectRect(Geom::Rect const &r);
bool dropColor(SPItem *item, gchar *c, NR::Point p);