From d2bdd8a04cd69dad117d2c7a76e44fe0f78a4265 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 8 Mar 2009 09:30:53 +0000 Subject: Reworked internals of color and drag-n-drop. (bzr r7439) --- 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 6d8815938..4758d27bf 100644 --- a/src/gradient-drag.cpp +++ b/src/gradient-drag.cpp @@ -358,7 +358,7 @@ GrDrag::addStopNearPoint (SPItem *item, Geom::Point mouse_p, double tolerance) bool -GrDrag::dropColor(SPItem */*item*/, gchar *c, Geom::Point p) +GrDrag::dropColor(SPItem */*item*/, gchar const *c, Geom::Point p) { // first, see if we can drop onto one of the existing draggers for (GList *i = draggers; i != NULL; i = i->next) { // for all draggables of dragger -- cgit v1.2.3