diff liboctave/ChangeLog @ 4979:ce4e3d39d05b

[project @ 2004-09-08 23:25:05 by jwe]
author jwe
date Wed, 08 Sep 2004 23:25:05 +0000
parents 25c2664861bc
children 39df5a9c7b8e
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-08  John W. Eaton  <jwe@octave.org>
+
+	* Array.h (Array::~Array): Declare virtual.
+
+	* idx-vector.h (idx_vector::idx_vector): Initialize rep in member
+	initializaion list.  Don't set rep->count since the rep
+	constructor does that.
+
 2004-09-07  John W. Eaton  <jwe@octave.org>
 
 	* data-conv.cc (oct_data_conv::string_to_data_type): Handle dt_logical.