diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-20 21:58:53 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-20 21:58:53 +0000 |
| commit | 5512f857e2f33f1aa40124dc82b353e5f2e5a0b0 (patch) | |
| tree | 06e8810178d3d6b4c24a0a7f69c4a327b13a8038 /src/pencil-context.cpp | |
| parent | merged from trunk (r12287) (diff) | |
| download | inkscape-5512f857e2f33f1aa40124dc82b353e5f2e5a0b0.tar.gz inkscape-5512f857e2f33f1aa40124dc82b353e5f2e5a0b0.zip | |
Moved factories to different files.
(bzr r11608.1.100)
Diffstat (limited to 'src/pencil-context.cpp')
| -rw-r--r-- | src/pencil-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index e13e6985c..28ae41974 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -64,7 +64,7 @@ static bool pencil_within_tolerance = false; static bool in_svg_plane(Geom::Point const &p) { return Geom::LInfty(p) < 1e18; } -#include "sp-factory.h" +#include "tool-factory.h" namespace { SPEventContext* createPencilContext() { |
