summaryrefslogtreecommitdiff
path: root/graphics/plotutils/files/patch-libplot_r__defplot.c
blob: 521e00b854de5f6e7f66c6da200792107c5ecb46 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$FreeBSD$

--- libplot/r_defplot.c.orig	Mon Jun 19 23:39:42 2000
+++ libplot/r_defplot.c	Thu Aug  7 11:48:12 2003
@@ -170,13 +170,13 @@
   _r_initialize ();
 }
 
-ReGISPlotter::ReGISPlotter (istream& in, ostream& out, ostream& err)
+ReGISPlotter::ReGISPlotter (std::istream& in, std::ostream& out, std::ostream& err)
 	: Plotter (in, out, err)
 {
   _r_initialize ();
 }
 
-ReGISPlotter::ReGISPlotter (ostream& out)
+ReGISPlotter::ReGISPlotter (std::ostream& out)
 	: Plotter (out)
 {
   _r_initialize ();
@@ -199,13 +199,13 @@
   _r_initialize ();
 }
 
-ReGISPlotter::ReGISPlotter (istream& in, ostream& out, ostream& err, PlotterParams &parameters)
+ReGISPlotter::ReGISPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams &parameters)
 	: Plotter (in, out, err, parameters)
 {
   _r_initialize ();
 }
 
-ReGISPlotter::ReGISPlotter (ostream& out, PlotterParams &parameters)
+ReGISPlotter::ReGISPlotter (std::ostream& out, PlotterParams &parameters)
 	: Plotter (out, parameters)
 {
   _r_initialize ();