diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-28 03:18:31 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-28 03:18:31 +0000 |
| commit | e242e4718fa5978104fb0fb018c3f4cb8a771d8f (patch) | |
| tree | f033d7bea2454430ae5f832e5f9c5c147d6fd46d /src/sp-offset.h | |
| parent | switch to sigc++ SPObject signals for SPShape (diff) | |
| download | inkscape-e242e4718fa5978104fb0fb018c3f4cb8a771d8f.tar.gz inkscape-e242e4718fa5978104fb0fb018c3f4cb8a771d8f.zip | |
switch to sigc++ SPObject signals for SPOffset
(bzr r1496)
Diffstat (limited to 'src/sp-offset.h')
| -rw-r--r-- | src/sp-offset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-offset.h b/src/sp-offset.h index 52c793d0e..08df8a1ea 100644 --- a/src/sp-offset.h +++ b/src/sp-offset.h @@ -73,7 +73,7 @@ struct SPOffset : public SPShape { Inkscape::XML::Node *sourceRepr; ///< the repr associated with that id SPObject *sourceObject; - gulong _modified_connection; + sigc::connection _modified_connection; sigc::connection _delete_connection; sigc::connection _changed_connection; sigc::connection _transformed_connection; |
