diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-02-06 19:33:38 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-02-06 19:33:38 +0000 |
| commit | 0525b0ca192ce6ac467b2d52b73227cfafd79638 (patch) | |
| tree | 27fe65f9fd5b51f813b7f8d0d7fbb40aebfd20f9 /src/seltrans.h | |
| parent | * [INTL: it] A long overdue terms revision (diff) | |
| download | inkscape-0525b0ca192ce6ac467b2d52b73227cfafd79638.tar.gz inkscape-0525b0ca192ce6ac467b2d52b73227cfafd79638.zip | |
Fix for bug 168978
(bzr r4667)
Diffstat (limited to 'src/seltrans.h')
| -rw-r--r-- | src/seltrans.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; }; } |
