r14045 by jghali - fix compilation when podofo is not available

scribus-commit scribus-commit at lists.scribus.net
Sat Sep 26 15:55:14 CEST 2009


Revision: 14045
Author: jghali
Date: 2009-09-26T13:55:23.891097Z
Commit message: fix compilation when podofo is not available

Changeset: 
M  /trunk/Scribus/scribus/pdf_analyzer.cpp

Diffs:
Index: scribus/pdf_analyzer.cpp
===================================================================
--- scribus/pdf_analyzer.cpp	(revision 14044)
+++ scribus/pdf_analyzer.cpp	(revision 14045)
@@ -814,7 +814,7 @@
 PDFAnalyzer::~PDFAnalyzer()
 {
 }
-bool PDFAnalyzer::inspectPDF(int pageNum, QList<PDFColorSpace> & usedColorSpaces, bool & hasTransparency, QList<PDFFont> & usedFonts)
+bool PDFAnalyzer::inspectPDF(int pageNum, QList<PDFColorSpace> & usedColorSpaces, bool & hasTransparency, QList<PDFFont> & usedFonts, QList<PDFImage> & imgs)
 {
 	return false;
 }




More information about the scribus-commit mailing list