mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
544 B

  1. --- ./src/seltrans.h.orig 2007-11-16 17:09:32.000000000 +0000
  2. +++ ./src/seltrans.h 2007-11-16 17:10:07.000000000 +0000
  3. @@ -138,8 +138,8 @@
  4. NR::Point _origin; ///< position of origin for transforms
  5. NR::Point _point; ///< original position of the knot being used for the current transform
  6. Inkscape::MessageContext _message_context;
  7. - SigC::Connection _sel_changed_connection;
  8. - SigC::Connection _sel_modified_connection;
  9. + sigc::connection _sel_changed_connection;
  10. + sigc::connection _sel_modified_connection;
  11. };
  12. }