summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14fc8e5)
raw | patch | inline | side by side (parent: 14fc8e5)
author | bryce <bryce@users.sourceforge.net> | |
Wed, 6 Feb 2008 19:33:38 +0000 (19:33 +0000) | ||
committer | bryce <bryce@users.sourceforge.net> | |
Wed, 6 Feb 2008 19:33:38 +0000 (19:33 +0000) |
src/seltrans.h | patch | blob | history |
diff --git a/src/seltrans.h b/src/seltrans.h
index 58a6d5d29b4fb6e1be2ccaa674f1a47448f6b499..fec8ab017e415faf463caa569075a03c21cc869d 100644 (file)
--- a/src/seltrans.h
+++ b/src/seltrans.h
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;
};
}