X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fgradient-drag.h;h=ed0887e9810ab2ab4c8b6272ef5ac0f78c6ddcee;hb=8d358698ecbf192ba7c6dc05d4f7de7592753d9f;hp=2d52da04b61252a22ae1e99c3190f68bcba2b0b8;hpb=62d835b4bbb0f1f046e30d9b67f8e9517cc6175c;p=inkscape.git diff --git a/src/gradient-drag.h b/src/gradient-drag.h index 2d52da04b..ed0887e98 100644 --- a/src/gradient-drag.h +++ b/src/gradient-drag.h @@ -19,13 +19,11 @@ #include #include +#include #include struct SPItem; struct SPKnot; -namespace NR { -class Point; -} /** This class represents a single draggable point of a gradient. It remembers the item @@ -131,7 +129,7 @@ public: // FIXME: make more of this private! void deleteSelected (bool just_one = false); - bool copy (); + guint32 getColor(); bool keep_selection;