summaryrefslogtreecommitdiff
path: root/graphics/plotutils/files/patch-libplot_s__defplot.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/plotutils/files/patch-libplot_s__defplot.c')
-rw-r--r--graphics/plotutils/files/patch-libplot_s__defplot.c37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/plotutils/files/patch-libplot_s__defplot.c b/graphics/plotutils/files/patch-libplot_s__defplot.c
new file mode 100644
index 000000000000..79c40653687b
--- /dev/null
+++ b/graphics/plotutils/files/patch-libplot_s__defplot.c
@@ -0,0 +1,37 @@
+
+$FreeBSD$
+
+--- libplot/s_defplot.c.orig Sun Jul 2 18:20:20 2000
++++ libplot/s_defplot.c Thu Aug 7 11:48:12 2003
+@@ -196,13 +196,13 @@
+ _s_initialize ();
+ }
+
+-SVGPlotter::SVGPlotter (istream& in, ostream& out, ostream& err)
++SVGPlotter::SVGPlotter (std::istream& in, std::ostream& out, std::ostream& err)
+ : Plotter (in, out, err)
+ {
+ _s_initialize ();
+ }
+
+-SVGPlotter::SVGPlotter (ostream& out)
++SVGPlotter::SVGPlotter (std::ostream& out)
+ : Plotter (out)
+ {
+ _s_initialize ();
+@@ -225,13 +225,13 @@
+ _s_initialize ();
+ }
+
+-SVGPlotter::SVGPlotter (istream& in, ostream& out, ostream& err, PlotterParams &parameters)
++SVGPlotter::SVGPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams &parameters)
+ : Plotter (in, out, err, parameters)
+ {
+ _s_initialize ();
+ }
+
+-SVGPlotter::SVGPlotter (ostream& out, PlotterParams &parameters)
++SVGPlotter::SVGPlotter (std::ostream& out, PlotterParams &parameters)
+ : Plotter (out, parameters)
+ {
+ _s_initialize ();