Code

Patch from codedread. Prevents rendering of title/desc/metadata elements in text...
[inkscape.git] / src / gradient-drag.h
index 2d52da04b61252a22ae1e99c3190f68bcba2b0b8..ed0887e9810ab2ab4c8b6272ef5ac0f78c6ddcee 100644 (file)
 #include <vector>
 
 #include <forward.h>
+#include <libnr/nr-forward.h>
 #include <knot-enums.h>
 
 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;