Mercurial > hg > octave-thorsten
changeset 12260:5f1bb7aa3a3a release-3-4-x
ChangeLog fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 27 Jan 2011 04:27:42 -0500 |
parents | 40be4f07b3b5 |
children | 1860ce6c30d0 |
files | src/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,7 +8,7 @@ * ov-class.cc (octave_class::reconstruct_exemplar): Call constructor with do_multi_index_op instead of feval. Verify that symbol_table::find_method did return a class - constructor for the correct type. + constructor for the correct type. Bug #32242. 2011-01-26 John W. Eaton <jwe@octave.org>