From 5512f857e2f33f1aa40124dc82b353e5f2e5a0b0 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sat, 20 Apr 2013 23:58:53 +0200 Subject: Moved factories to different files. (bzr r11608.1.100) --- src/select-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select-context.cpp') diff --git a/src/select-context.cpp b/src/select-context.cpp index 66b0ebcb1..090f641f3 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -63,7 +63,7 @@ static gint tolerance = 0; static bool within_tolerance = false; -#include "sp-factory.h" +#include "tool-factory.h" namespace { SPEventContext* createSelectContext() { -- cgit v1.2.3