summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gradient-context.h')
-rw-r--r--src/gradient-context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gradient-context.h b/src/gradient-context.h
index 3e74865b1..d0fe0d421 100644
--- a/src/gradient-context.h
+++ b/src/gradient-context.h
@@ -39,6 +39,9 @@ struct SPGradientContext : public SPEventContext {
NR::Point mousepoint_doc; // stores mousepoint when over_line in doc coords
Inkscape::MessageContext *_message_context;
+
+ sigc::connection *selcon;
+ sigc::connection *subselcon;
};
struct SPGradientContextClass {