contrib/inkscape/libsigc-fix.patch
2007-12-20 17:57:15 +01:00

14 lines
540 B
Diff

--- src/seltrans.h.orig 2007-10-25 16:12:10.397097619 +0200
+++ src/seltrans.h 2007-10-25 16:12:58.567842713 +0200
@@ -138,8 +138,8 @@
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;
};
}