summaryrefslogtreecommitdiff
path: root/graphics/plotutils/files/patch-libplot_i__rle.h
blob: 0ce670281f638c3f1bfacb60ec1ba82a4c387e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$FreeBSD$

--- libplot/i_rle.h.orig	Wed Mar  3 20:05:38 1999
+++ libplot/i_rle.h	Thu Aug  7 11:48:12 2003
@@ -35,7 +35,7 @@
   int obits;
   FILE *ofile;
 #ifdef LIBPLOTTER
-  ostream *outstream;
+  std::ostream *outstream;
 #endif
   unsigned char oblock[256];
   int oblen;
@@ -43,7 +43,7 @@
 
 /* create, initialize, and return a new RLE output structure */
 #ifdef LIBPLOTTER
-extern rle_out *_rle_init ____P((FILE *fp, ostream *out, int bit_depth));
+extern rle_out *_rle_init ____P((FILE *fp, std::ostream *out, int bit_depth));
 #else
 extern rle_out *_rle_init ____P((FILE *fp, int bit_depth));
 #endif