tags 452676 patch thanks attache :)
-- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_ftbfs_fix_no_matching_function.dpatch by <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix: no matching function for call to 'GlobalParams::GlobalParams(const
## DP: char [1])'
@DPATCH@
--- abiword-2.4.6/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp
2005-06-29 06:22:13.000000000 +0400
+++ abiword-2.4.6/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp
2007-11-30 21:30:21.000000000 +0300
@@ -63,7 +63,7 @@
PDFDoc * doc = new PDFDoc(fileName);
- globalParams = new GlobalParams("");
+ globalParams = new GlobalParams();
globalParams->setTextEncoding("UTF-8");
globalParams->setTextEOL("\n");
globalParams->setTextPageBreaks(gFalse);
signature.asc
Description: Digital signature

