diff liboctave/ChangeLog @ 11507:c3ad80f4ce36

Array.h, Array.cc: more constructor fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 06:01:08 -0500
parents 964b7fd379f1
children 41866901ec62
line wrap: on
line diff
--- a/liboctave/ChangeLog	Thu Jan 13 05:42:24 2011 -0500
+++ b/liboctave/ChangeLog	Thu Jan 13 06:01:08 2011 -0500
@@ -1,3 +1,14 @@
+2011-01-13  John W. Eaton  <jwe@octave.org>
+
+	* Array.cc (rec_permute_helper::rec_permute_helper,
+	rec_index_helper::rec_index_helper,
+	rec_resize_helper::rec_resize_helper): Initialize all data
+	members in initialization lists.
+
+	* Array.h, Array.cc (Array::Array): Initialize slice_data and
+	slice_len in memeber initialization lists.
+	(Array::~Array): Now virtual.
+
 2011-01-13  John W. Eaton  <jwe@octave.org>
 
 	* oct-locbuf.h (octave_chunk_buffer::~octave_chunk_buffer):