diff options
Diffstat (limited to 'src/sp-gradient.h')
| -rw-r--r-- | src/sp-gradient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h index 9c152598b..b0ed49c00 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -20,6 +20,8 @@ #include "sp-gradient-units.h" #include "sp-gradient-vector.h" +#include <sigc++/connection.h> + struct SPGradientReference; typedef enum { @@ -69,6 +71,8 @@ struct SPGradient : public SPPaintServer { SPGradientVector vector; /** Rendered color array (4 * 1024 bytes) */ guchar *color; + + sigc::connection modified_connection; }; /** |
