summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-09-19 01:52:19 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-09-19 01:52:19 +0000
commitbf7c3e8d98b557cb64447804399797d93e1cedc0 (patch)
tree80848f225cad4c163c32ce4d2ec963982558adba /src/sp-gradient.h
parentFix for 900602 : Enter key returns focus to canvas for Font family selector (diff)
downloadinkscape-bf7c3e8d98b557cb64447804399797d93e1cedc0.tar.gz
inkscape-bf7c3e8d98b557cb64447804399797d93e1cedc0.zip
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
(bzr r11677)
Diffstat (limited to 'src/sp-gradient.h')
-rw-r--r--src/sp-gradient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index 61b459eee..a21a413f4 100644
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
@@ -143,6 +143,7 @@ public:
SPStop* getFirstStop();
int getStopCount() const;
+ gboolean isEquivalent(SPGradient *b);
/** Mesh Gradients **************/