X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgradient-context.h;h=d0fe0d421ed3179a1939536b3f116cd99e3e6ebe;hb=84e5676034b77e63dbc43746cec0a8b48fd06f7c;hp=3e74865b1928b59b30ae84c1f0fe4043a700341b;hpb=cd93ce9bf0509d74332b70b4d61c6ea23aa96693;p=inkscape.git 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 {