diff src/oct-obj.h @ 574:a10f1c8ab10f

[project @ 1994-07-29 18:29:13 by jwe]
author jwe
date Fri, 29 Jul 1994 18:29:31 +0000
parents b04c0d02f2de
children 5eb0d9359485
line wrap: on
line diff
--- a/src/oct-obj.h
+++ b/src/oct-obj.h
@@ -98,7 +98,7 @@
 //
 // and supply a default value to create a vector-valued Octave_object.
 
-  Octave_object (int n) : Array<tree_constant> (n);
+  Octave_object (int n);
 
   void maybe_resize (int n);