diff src/ChangeLog @ 11515:6dbf9bcce90e

more data member initialization fixes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 10:00:13 -0500
parents e4e82740e9cd
children da8e32c99969
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jan 13 08:04:23 2011 -0500
+++ b/src/ChangeLog	Thu Jan 13 10:00:13 2011 -0500
@@ -1,3 +1,13 @@
+2011-01-13  John W. Eaton  <jwe@octave.org>
+
+	* base-list.h (class octave_base_list): Provide explicit
+	default and copy construtors, assignment operator, and destructor.
+	* load-path.h (load_path::dir_info::class_info): Likewise.
+
+	* load-path.h (load_path::dir_info::dir_info): Initialize all
+	members in initializaition list.
+	* lex.h (lexical_feedback::lexical_feedback): Likewise.
+
 2011-01-13  John W. Eaton  <jwe@octave.org>
 
 	* cutils.h: New file.