changeset 15791:49f5962fa20d

ov-java.h: is_map must return false, java object is not a struct. * ov-java.h (is_map): Change is_map to return false.
author Rik <rik@octave.org>
date Fri, 14 Dec 2012 12:15:47 -0800
parents 921912c92102
children 12394261da0f
files libinterp/octave-value/ov-java.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-java.h	Fri Dec 14 09:51:37 2012 -0800
+++ b/libinterp/octave-value/ov-java.h	Fri Dec 14 12:15:47 2012 -0800
@@ -147,7 +147,7 @@
 
   bool is_defined (void) const { return true; }
 
-  bool is_map (void) const { return true; }
+  bool is_map (void) const { return false; }
 
   bool is_java (void) const { return true; }