From: bryce Date: Wed, 6 Feb 2008 19:33:38 +0000 (+0000) Subject: Fix for bug 168978 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=df2fe6a2a9c5a8cc3b8cd1d5affc6601e3035c3a;p=inkscape.git Fix for bug 168978 --- 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; }; }