Mercurial > hg > octave-lyh
diff src/ov-cell.h @ 4247:fc9a075d10fb
[project @ 2002-12-30 23:05:27 by jwe]
author | jwe |
---|---|
date | Mon, 30 Dec 2002 23:05:27 +0000 |
parents | 7e4d5b5520e5 |
children | be631c1720ea |
line wrap: on
line diff
--- a/src/ov-cell.h +++ b/src/ov-cell.h @@ -73,10 +73,10 @@ octave_value *try_narrowing_conversion (void); #endif - 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);