Mercurial > hg > octave-lyh
diff src/ov-base-mat.h @ 4247:fc9a075d10fb
[project @ 2002-12-30 23:05:27 by jwe]
author | jwe |
---|---|
date | Mon, 30 Dec 2002 23:05:27 +0000 |
parents | 23d06c9e1edd |
children | be631c1720ea |
line wrap: on
line diff
--- a/src/ov-base-mat.h +++ b/src/ov-base-mat.h @@ -66,10 +66,10 @@ octave_value *clone (void) const { return new octave_base_matrix (*this); } octave_value *empty_clone (void) const { return new octave_base_matrix (); } - octave_value subsref (const std::string type, + octave_value subsref (const std::string& type, const std::list<octave_value_list>& idx); - octave_value subsasgn (const std::string type, + octave_value subsasgn (const std::string& type, const std::list<octave_value_list>& idx, const octave_value& rhs);