diff src/pt-plot.h @ 1227:766e2a1a4e7b

[project @ 1995-04-10 00:48:19 by jwe]
author jwe
date Mon, 10 Apr 1995 00:50:03 +0000
parents da56532815ee
children 12ecc2ecf0e3
line wrap: on
line diff
--- a/src/pt-plot.h	Mon Apr 10 00:41:32 1995 +0000
+++ b/src/pt-plot.h	Mon Apr 10 00:50:03 1995 +0000
@@ -185,9 +185,9 @@
 subplot_list : public SLList<subplot *>, public tree_print_code
 {
  public:
-  subplot_list (void) : SLList<subplot *> () { }
+  subplot_list (void) : SLList<subplot *> (), tree_print_code () { }
 
-  subplot_list (subplot *t) : SLList<subplot *> ()
+  subplot_list (subplot *t) : SLList<subplot *> (), tree_print_code ()
     { append (t); }
 
   ~subplot_list (void)