summaryrefslogtreecommitdiffstats
path: root/src/sp-offset.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-07-28 03:18:31 +0000
committermental <mental@users.sourceforge.net>2006-07-28 03:18:31 +0000
commite242e4718fa5978104fb0fb018c3f4cb8a771d8f (patch)
treef033d7bea2454430ae5f832e5f9c5c147d6fd46d /src/sp-offset.h
parentswitch to sigc++ SPObject signals for SPShape (diff)
downloadinkscape-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.h2
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;