diff options
Diffstat (limited to 'src/gradient-drag.h')
| -rw-r--r-- | src/gradient-drag.h | 2 |
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); |
