changeset 18396:954bf42180d3

Remove use of deprecate Octave_map in classdef. * ov-classdef.cc (cdef_object_scalar::map): Change member type to octave_scalar_map.
author Michael Goffioul <michael.goffioul@gmail.com>
date Sat, 25 Jan 2014 22:03:57 -0500
parents 2319bf776fa2
children 642fc1165f3f
files libinterp/octave-value/ov-classdef.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-classdef.h	Sat Jan 25 20:04:46 2014 -0500
+++ b/libinterp/octave-value/ov-classdef.h	Sat Jan 25 22:03:57 2014 -0500
@@ -442,7 +442,7 @@
 
 protected:
   // Object property values
-  Octave_map map;
+  octave_scalar_map map;
 
   // Internal/temporary structure used during object construction
   std::map< cdef_class, std::list<cdef_class> > ctor_list;