summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorArcadie M. Cracan <acracan@gmail.com>2009-12-02 20:26:44 +0000
committerArcadie M. Cracan <acracan@gmail.com>2009-12-02 20:26:44 +0000
commit0cf189f9ab1ac334b55e9059ad3905bed9edffc6 (patch)
tree96b544140646b0f7e9784bda697821d72dabe4e6 /src/document.h
parentAll for windows: (diff)
downloadinkscape-0cf189f9ab1ac334b55e9059ad3905bed9edffc6.tar.gz
inkscape-0cf189f9ab1ac334b55e9059ad3905bed9edffc6.zip
Merge GSoC2009 Connectors into trunk
(bzr r8855)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index 789e3e2ed..06174c265 100644
--- a/src/document.h
+++ b/src/document.h
@@ -98,6 +98,9 @@ struct SPDocument : public Inkscape::GC::Managed<>,
const gchar *actionkey;
/// Handler ID
guint modified_id;
+
+ /// Connector rerouting handler ID
+ guint rerouting_handler_id;
Inkscape::ProfileManager* profileManager;