[poppler] poppler/poppler: PSOutputDev.cc, 1.10, 1.11 PSOutputDev.h, 1.6, 1.7

Jeff Muizelaar jrmuizel at kemper.freedesktop.org
Wed May 31 23:42:27 PDT 2006


Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv7818/poppler

Modified Files:
	PSOutputDev.cc PSOutputDev.h 
Log Message:
2006-06-01  Jeff Muizelaar  <jeff at infidigm.net>

	* poppler/PSOutputDev.cc:
	* poppler/PSOutputDev.h: Change filename parameter to PSOutputDev
	constructor from char * to const char *.


Index: PSOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/PSOutputDev.cc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- PSOutputDev.cc	28 Feb 2006 18:31:59 -0000	1.10
+++ PSOutputDev.cc	1 Jun 2006 06:42:25 -0000	1.11
@@ -886,7 +886,7 @@
   fwrite(data, 1, len, (FILE *)stream);
 }
 
-PSOutputDev::PSOutputDev(char *fileName, XRef *xrefA, Catalog *catalog,
+PSOutputDev::PSOutputDev(const char *fileName, XRef *xrefA, Catalog *catalog,
 			 int firstPage, int lastPage, PSOutMode modeA,
                          int paperWidthA, int paperHeightA, GBool duplexA,
 			 int imgLLXA, int imgLLYA, int imgURXA, int imgURYA,

Index: PSOutputDev.h
===================================================================
RCS file: /cvs/poppler/poppler/poppler/PSOutputDev.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- PSOutputDev.h	13 Feb 2006 22:38:44 -0000	1.6
+++ PSOutputDev.h	1 Jun 2006 06:42:25 -0000	1.7
@@ -51,7 +51,7 @@
 public:
 
   // Open a PostScript output file, and write the prolog.
-  PSOutputDev(char *fileName, XRef *xrefA, Catalog *catalog,
+  PSOutputDev(const char *fileName, XRef *xrefA, Catalog *catalog,
 	      int firstPage, int lastPage, PSOutMode modeA,
               int paperWidthA = -1, int paperHeightA = -1,
               GBool duplexA = gTrue,



More information about the poppler mailing list