diff src/pt-plot.h @ 581:bc813f5eb025

[project @ 1994-08-07 01:02:15 by jwe]
author jwe
date Sun, 07 Aug 1994 01:02:15 +0000
parents d169be9237fb
children 4057f845c1ee
line wrap: on
line diff
--- a/src/pt-plot.h	Sun Aug 07 01:02:15 1994 +0000
+++ b/src/pt-plot.h	Sun Aug 07 01:02:15 1994 +0000
@@ -28,6 +28,8 @@
 #pragma interface
 #endif
 
+#include <iostream.h>
+
 class tree_command;
 class tree_plot_command;
 class plot_limits;
@@ -37,8 +39,6 @@
 class subplot;
 class subplot_list;
 
-class ostream;
-
 #include <SLList.h>
 
 #include "tree.h"
@@ -55,6 +55,11 @@
 
   void eval (void);
 
+  void print_code (ostream& os)
+    {
+      os << "<plot command printing not implemented yet>";
+    }
+
  private:
   int ndim;
   plot_limits *range;