diff options
Diffstat (limited to 'src/sp-gradient.h')
| -rw-r--r-- | src/sp-gradient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h index 947cc49cc..045109234 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -91,7 +91,8 @@ struct SPGradient : public SPPaintServer { sigc::connection modified_connection; - bool isSolid() const; + SPStop* getFirstStop(); + int getStopCount() const; }; /** |
