summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-12-23 08:11:34 +0000
committerJon A. Cruz <jon@joncruz.org>2010-12-23 08:11:34 +0000
commitc20181b768c7c5974509ef760f2cc26d157af7c5 (patch)
tree186a3a85cb4288c754504a737b502233e6b54875 /src/connector-context.cpp
parentGerman translation update (diff)
parentSplit SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... (diff)
downloadinkscape-c20181b768c7c5974509ef760f2cc26d157af7c5.tar.gz
inkscape-c20181b768c7c5974509ef760f2cc26d157af7c5.zip
Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward header.
(bzr r9979)
Diffstat (limited to 'src/connector-context.cpp')
-rw-r--r--src/connector-context.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp
index b1061c124..f4b202451 100644
--- a/src/connector-context.cpp
+++ b/src/connector-context.cpp
@@ -1,12 +1,14 @@
-/*
+/**
* Connector creation tool
*
* Authors:
* Michael Wybrow <mjwybrow@users.sourceforge.net>
* Abhishek Sharma
+ * Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 2005-2008 Michael Wybrow
* Copyright (C) 2009 Monash University
+ * Copyright (C) 2010 authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*
@@ -172,6 +174,7 @@
#include "inkscape.h"
#include "preferences.h"
#include "sp-path.h"
+#include "display/sp-canvas.h"
#include "display/canvas-bpath.h"
#include "display/sodipodi-ctrl.h"
#include <glibmm/i18n.h>