X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-lpe-item.h;h=54642f27b17a657c7f321bb2437d2b20c8f77bd8;hb=876aa46cb01ee981a0a6dcc39af6fdace7be56bc;hp=7691ce9803525898d5e177cfa5ae6eefb3acfdae;hpb=04c99c338ffdc6e10cb6f5c18f6f06b3f555e8eb;p=inkscape.git diff --git a/src/sp-lpe-item.h b/src/sp-lpe-item.h index 7691ce980..54642f27b 100644 --- a/src/sp-lpe-item.h +++ b/src/sp-lpe-item.h @@ -42,6 +42,9 @@ struct SPLPEItem : public SPItem { Inkscape::LivePathEffect::LPEObjectReference* current_path_effect; std::vector lpe_helperpaths; + bool adding_helperpaths; + bool removing_helperpaths; + sigc::connection lpe_modified_connection; };