summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-20 21:58:53 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-20 21:58:53 +0000
commit5512f857e2f33f1aa40124dc82b353e5f2e5a0b0 (patch)
tree06e8810178d3d6b4c24a0a7f69c4a327b13a8038 /src/pen-context.cpp
parentmerged from trunk (r12287) (diff)
downloadinkscape-5512f857e2f33f1aa40124dc82b353e5f2e5a0b0.tar.gz
inkscape-5512f857e2f33f1aa40124dc82b353e5f2e5a0b0.zip
Moved factories to different files.
(bzr r11608.1.100)
Diffstat (limited to 'src/pen-context.cpp')
-rw-r--r--src/pen-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp
index caaac32db..177aeaca9 100644
--- a/src/pen-context.cpp
+++ b/src/pen-context.cpp
@@ -73,7 +73,7 @@ static void pen_set_to_nearest_horiz_vert(const SPPenContext *const pc, Geom::Po
static int pen_last_paraxial_dir = 0; // last used direction in horizontal/vertical mode; 0 = horizontal, 1 = vertical
-#include "sp-factory.h"
+#include "tool-factory.h"
namespace {
SPEventContext* createPenContext() {