forked from ports/contrib
14 lines
540 B
Diff
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;
|
|
};
|
|
|
|
}
|