summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2008-02-08 04:41:55 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2008-02-08 04:41:55 +0000
commitbead0eac64a926ab8548fea1135fdb78dc96122a (patch)
treeaf063def0d4e03e247d5290c992adde4316924d8 /src
parentwell... this is a better fix for bug #180117 (Filter Dialog soup) ! (diff)
downloadinkscape-bead0eac64a926ab8548fea1135fdb78dc96122a.tar.gz
inkscape-bead0eac64a926ab8548fea1135fdb78dc96122a.zip
* src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather than
the source file. This fixes bug #190109, a linker error that shows up when compiling with Xcode 3.0. (bzr r4680)
Diffstat (limited to 'src')
-rw-r--r--src/conn-avoid-ref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-avoid-ref.cpp b/src/conn-avoid-ref.cpp
index 997e316b5..e12351f75 100644
--- a/src/conn-avoid-ref.cpp
+++ b/src/conn-avoid-ref.cpp
@@ -19,7 +19,7 @@
#include "libavoid/polyutil.h"
#include "libavoid/router.h"
#include "libavoid/connector.h"
-#include "xml/simple-node.cpp"
+#include "xml/simple-node.h"
#include "document.h"
#include "prefs-utils.h"