diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2008-02-08 04:41:55 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2008-02-08 04:41:55 +0000 |
| commit | bead0eac64a926ab8548fea1135fdb78dc96122a (patch) | |
| tree | af063def0d4e03e247d5290c992adde4316924d8 /src/conn-avoid-ref.cpp | |
| parent | well... this is a better fix for bug #180117 (Filter Dialog soup) ! (diff) | |
| download | inkscape-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/conn-avoid-ref.cpp')
| -rw-r--r-- | src/conn-avoid-ref.cpp | 2 |
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" |
