diff src/oct-stdstrm.h @ 4643:ef3a14fb6847

[project @ 2003-11-22 12:25:44 by jwe]
author jwe
date Sat, 22 Nov 2003 12:25:45 +0000
parents 7b957b442818
children 19b8225bdaa2
line wrap: on
line diff
--- a/src/oct-stdstrm.h	Sat Nov 22 12:20:33 2003 +0000
+++ b/src/oct-stdstrm.h	Sat Nov 22 12:25:45 2003 +0000
@@ -57,7 +57,7 @@
 
   // Return current stream position.
 
-  long tell (void) const;
+  std::streamoff tell (void) const;
 
   // Return non-zero if EOF has been reached on this stream.