aboutsummaryrefslogtreecommitdiff
path: root/graphics/plotutils/files/patch-libplot_a__defplot.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-10 06:34:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-10 06:34:37 +0000
commitce1f6608f852128aa0344f5c20f7b4e4585e3dbe (patch)
tree8feabac060bf39ad4ecd2896f9cb79d3274e2cab /graphics/plotutils/files/patch-libplot_a__defplot.c
parentd78ca88b2c1d7938906457734d165e84e1b0d751 (diff)
downloadports-ce1f6608f852128aa0344f5c20f7b4e4585e3dbe.tar.gz
ports-ce1f6608f852128aa0344f5c20f7b4e4585e3dbe.zip
Notes
Diffstat (limited to 'graphics/plotutils/files/patch-libplot_a__defplot.c')
-rw-r--r--graphics/plotutils/files/patch-libplot_a__defplot.c37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/plotutils/files/patch-libplot_a__defplot.c b/graphics/plotutils/files/patch-libplot_a__defplot.c
new file mode 100644
index 000000000000..46fb4a9f0210
--- /dev/null
+++ b/graphics/plotutils/files/patch-libplot_a__defplot.c
@@ -0,0 +1,37 @@
+
+$FreeBSD$
+
+--- libplot/a_defplot.c.orig Wed Jun 28 11:53:44 2000
++++ libplot/a_defplot.c Thu Aug 7 11:48:12 2003
+@@ -224,13 +224,13 @@
+ _a_initialize ();
+ }
+
+-AIPlotter::AIPlotter (istream& in, ostream& out, ostream& err)
++AIPlotter::AIPlotter (std::istream& in, std::ostream& out, std::ostream& err)
+ : Plotter (in, out, err)
+ {
+ _a_initialize ();
+ }
+
+-AIPlotter::AIPlotter (ostream& out)
++AIPlotter::AIPlotter (std::ostream& out)
+ : Plotter (out)
+ {
+ _a_initialize ();
+@@ -253,13 +253,13 @@
+ _a_initialize ();
+ }
+
+-AIPlotter::AIPlotter (istream& in, ostream& out, ostream& err, PlotterParams &parameters)
++AIPlotter::AIPlotter (std::istream& in, std::ostream& out, std::ostream& err, PlotterParams &parameters)
+ : Plotter (in, out, err, parameters)
+ {
+ _a_initialize ();
+ }
+
+-AIPlotter::AIPlotter (ostream& out, PlotterParams &parameters)
++AIPlotter::AIPlotter (std::ostream& out, PlotterParams &parameters)
+ : Plotter (out, parameters)
+ {
+ _a_initialize ();