diff options
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() { |
