X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fgradient-context.h;fp=src%2Fgradient-context.h;h=d0fe0d421ed3179a1939536b3f116cd99e3e6ebe;hb=c94d8e65d4519165ff8ace1b60bfb254f69df6b5;hp=3e74865b1928b59b30ae84c1f0fe4043a700341b;hpb=91d1845511fbd9ca5141217ffeb6df278a1504c3;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 {