diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/seltrans.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/seltrans.h b/src/seltrans.h index 58a6d5d29..fec8ab017 100644 --- a/src/seltrans.h +++ b/src/seltrans.h @@ -150,8 +150,8 @@ private: NR::Point _origin; ///< position of origin for transforms NR::Point _point; ///< original position of the knot being used for the current transform Inkscape::MessageContext _message_context; - SigC::Connection _sel_changed_connection; - SigC::Connection _sel_modified_connection; + sigc::connection _sel_changed_connection; + sigc::connection _sel_modified_connection; }; } |
