summaryrefslogtreecommitdiffstats
path: root/src/line-snapper.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-12-11 04:30:43 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-12-11 04:30:43 +0000
commitdbff0d12ebd1f5b95c6c022ce366427debb3f3bd (patch)
treebc438e4f79299d035cd8802c4c4a55816acc715f /src/line-snapper.cpp
parentr17224@mini-emma: ted | 2007-12-10 20:21:14 -0800 (diff)
downloadinkscape-dbff0d12ebd1f5b95c6c022ce366427debb3f3bd.tar.gz
inkscape-dbff0d12ebd1f5b95c6c022ce366427debb3f3bd.zip
r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800
Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files. (bzr r4207)
Diffstat (limited to '')
-rw-r--r--src/line-snapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/line-snapper.cpp b/src/line-snapper.cpp
index 446ec73e7..2fa08e1f1 100644
--- a/src/line-snapper.cpp
+++ b/src/line-snapper.cpp
@@ -15,7 +15,7 @@
#include "libnr/nr-point-fns.h"
#include <2geom/geom.h>
#include "line-snapper.h"
-#include "snapped-line.cpp"
+#include "snapped-line.h"
#include <gtk/gtk.h>
Inkscape::LineSnapper::LineSnapper(SPNamedView const *nv, NR::Coord const d) : Snapper(nv, d)