summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2009-03-08 09:30:53 +0000
committerjoncruz <joncruz@users.sourceforge.net>2009-03-08 09:30:53 +0000
commitd2bdd8a04cd69dad117d2c7a76e44fe0f78a4265 (patch)
tree553d8fa818f154f328427468b82c3f319b1b7f71 /src/gradient-drag.h
parent- When finalizing a curve by double clicking then don't snap to the curve itself (diff)
downloadinkscape-d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265.tar.gz
inkscape-d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265.zip
Reworked internals of color and drag-n-drop.
(bzr r7439)
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 974bba4de..a53acffe6 100644
--- a/src/gradient-drag.h
+++ b/src/gradient-drag.h
@@ -124,7 +124,7 @@ public: // FIXME: make more of this private!
void selectByCoords(std::vector<Geom::Point> coords);
void selectRect(Geom::Rect const &r);
- bool dropColor(SPItem *item, gchar *c, Geom::Point p);
+ bool dropColor(SPItem *item, gchar const *c, Geom::Point p);
SPStop *addStopNearPoint (SPItem *item, Geom::Point mouse_p, double tolerance);