diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-10 06:34:37 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-10 06:34:37 +0000 |
| commit | ce1f6608f852128aa0344f5c20f7b4e4585e3dbe (patch) | |
| tree | 8feabac060bf39ad4ecd2896f9cb79d3274e2cab /graphics/plotutils/files/patch-libplot_y__defplot.c | |
| parent | Update to 2.1.0 (diff) | |
Fix build on -current
PR: 55351
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Notes
Notes:
svn path=/head/; revision=86701
Diffstat (limited to 'graphics/plotutils/files/patch-libplot_y__defplot.c')
| -rw-r--r-- | graphics/plotutils/files/patch-libplot_y__defplot.c | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/graphics/plotutils/files/patch-libplot_y__defplot.c b/graphics/plotutils/files/patch-libplot_y__defplot.c new file mode 100644 index 000000000000..3f64e64f7cc2 --- /dev/null +++ b/graphics/plotutils/files/patch-libplot_y__defplot.c @@ -0,0 +1,41 @@ + +$FreeBSD$ + +--- libplot/y_defplot.c.orig Sun Jun 18 17:29:45 2000 ++++ libplot/y_defplot.c Thu Aug 7 11:48:12 2003 +@@ -265,7 +265,7 @@ + /* add to _xplotters sparse array */ + } + +-XPlotter::XPlotter (istream& in, ostream& out, ostream& err) ++XPlotter::XPlotter (std::istream& in, std::ostream& out, std::ostream& err) + : XDrawablePlotter (in, out, err) + { + _y_initialize (); +@@ -273,7 +273,7 @@ + /* add to _xplotters sparse array */ + } + +-XPlotter::XPlotter (ostream& out) ++XPlotter::XPlotter (std::ostream& out) + : XDrawablePlotter (out) + { + _y_initialize (); +@@ -304,7 +304,7 @@ + /* add to _xplotters sparse array */ + } + +-XPlotter::XPlotter (istream& in, ostream& out, ostream& err, PlotterParams ¶meters) ++XPlotter::XPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams ¶meters) + : XDrawablePlotter (in, out, err, parameters) + { + _y_initialize (); +@@ -312,7 +312,7 @@ + /* add to _xplotters sparse array */ + } + +-XPlotter::XPlotter (ostream& out, PlotterParams ¶meters) ++XPlotter::XPlotter (std::ostream& out, PlotterParams ¶meters) + : XDrawablePlotter (out, parameters) + { + _y_initialize (); |
