diff src/ov-base.h @ 4532:01ee68d18069

[project @ 2003-10-10 00:49:54 by jwe]
author jwe
date Fri, 10 Oct 2003 00:49:55 +0000
parents 508238e65af7
children 69a9b22a72a2
line wrap: on
line diff
--- a/src/ov-base.h	Tue Oct 07 14:57:39 2003 +0000
+++ b/src/ov-base.h	Fri Oct 10 00:49:55 2003 +0000
@@ -68,6 +68,8 @@
   type_conv_fcn numeric_conversion_function (void) const
     { return static_cast<type_conv_fcn> (0); }
 
+  octave_value squeeze (void) const;
+
   octave_value *try_narrowing_conversion (void)
     { return static_cast<octave_value *> (0); }