diff src/ov.h @ 4645:bd2067547b40

[project @ 2003-11-23 08:07:52 by jwe]
author jwe
date Sun, 23 Nov 2003 08:07:53 +0000
parents ef3a14fb6847
children a9b22513b7a6
line wrap: on
line diff
--- a/src/ov.h	Sat Nov 22 12:58:40 2003 +0000
+++ b/src/ov.h	Sun Nov 23 08:07:53 2003 +0000
@@ -548,7 +548,9 @@
 
   virtual int stream_number (void) const;
 
-  virtual streamoff_array streamoff_value (void) const;
+  virtual std::streamoff streamoff_value (void) const;
+
+  virtual streamoff_array streamoff_array_value (void) const;
 
   virtual octave_function *function_value (bool silent = false);
 
@@ -779,7 +781,7 @@
     { \
       t_id = octave_value_typeinfo::register_type (t::t_name, \
 						   t::c_name, \
-						   octave_value (new t)); \
+						   octave_value (new t ())); \
     }
 
 // If TRUE, print a warning for assignments like