diff src/ov-struct.cc @ 4612:d44675070f1a

[project @ 2003-11-14 19:49:56 by jwe]
author jwe
date Fri, 14 Nov 2003 19:50:38 +0000
parents cba347c642e2
children f6d6335c08f6
line wrap: on
line diff
--- a/src/ov-struct.cc	Fri Nov 14 17:48:46 2003 +0000
+++ b/src/ov-struct.cc	Fri Nov 14 19:50:38 2003 +0000
@@ -42,7 +42,7 @@
 
 DEFINE_OCTAVE_ALLOCATOR(octave_struct);
 
-DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA(octave_struct, "struct");
+DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA(octave_struct, "struct", "struct");
 
 Cell
 octave_struct::dotref (const octave_value_list& idx)