Code

* src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather than
authormjwybrow <mjwybrow@users.sourceforge.net>
Fri, 8 Feb 2008 04:41:55 +0000 (04:41 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Fri, 8 Feb 2008 04:41:55 +0000 (04:41 +0000)
    the source file.  This fixes bug #190109, a linker error that shows up
    when compiling with Xcode 3.0.

src/conn-avoid-ref.cpp

index 997e316b52e7e8cd640107356c96c9f7a6c0df28..e12351f75a292f6905cf6f5fb72491db0f5c2e03 100644 (file)
@@ -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"