Update of /cvsroot/libwpg/libwpg/src/conv/svg
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9701/src/conv/svg
Modified Files:
wpg2svg.cpp
Log Message:
adapt to the new location of libwpd-stream headers
Index: wpg2svg.cpp
===================================================================
RCS file: /cvsroot/libwpg/libwpg/src/conv/svg/wpg2svg.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wpg2svg.cpp 8 Oct 2007 20:47:26 -0000 1.2
+++ wpg2svg.cpp 19 Oct 2007 19:09:09 -0000 1.3
@@ -26,7 +26,7 @@
#include <iostream>
#include <sstream>
#include "libwpg.h"
-#include <libwpd/WPXStreamImplementation.h>
+#include <libwpd-stream/WPXStreamImplementation.h>
int main(int argc, char *argv[])
|