Mercurial > hg > octave-nkf
diff src/ov-class.h @ 10742:604e13a89c7f
initial code for structs rewrite
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 22 Jun 2010 15:22:36 +0200 |
parents | 4d1fc073fbb7 |
children | 8a868004a437 |
line wrap: on
line diff
--- a/src/ov-class.h +++ b/src/ov-class.h @@ -130,7 +130,9 @@ bool is_object (void) const { return true; } - Octave_map map_value (void) const { return map; } + octave_map map_value (void) const { return map; } + + Octave_map old_map_value (void) const { return map; } string_vector map_keys (void) const;