Mercurial > hg > octave-jordi
changeset 12180:6d64359487b4
ChangeLog fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 27 Jan 2011 04:27:42 -0500 |
parents | 0947d399cff4 |
children | 88ff30dcc048 |
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>