changeset 4425:8c51e3a9d984

of-windows: octave_com_object marked as an object in base_value (Bug #51470) * src/of-windows-1-fixes.patch: patch update
author John D
date Mon, 17 Jul 2017 12:50:16 -0400
parents bf58ac7af95d
children 342cc3ee5e4b
files src/of-windows-1-fixes.patch
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/of-windows-1-fixes.patch	Fri Jul 14 12:00:29 2017 -0400
+++ b/src/of-windows-1-fixes.patch	Mon Jul 17 12:50:16 2017 -0400
@@ -149,3 +149,15 @@
  
  shell commands will install into the following directories:
     binaries:  $bindir
+diff -r caf31352f49e src/__COM__.cc
+--- a/src/__COM__.cc	Tue Jul 11 12:46:02 2017 -0400
++++ b/src/__COM__.cc	Mon Jul 17 11:50:43 2017 -0400
+@@ -151,6 +151,8 @@
+ 
+ 	bool is_defined(void) const { return true; }
+ 
++	bool isobject (void) const { return true; }
++
+ 	bool is_map (void) const { return true; }
+ 
+ 	string_vector map_keys(void) const;