diff src/ls-oct-ascii.h @ 5754:a9ac02e9fda5

[project @ 2006-04-12 17:40:47 by jwe]
author jwe
date Wed, 12 Apr 2006 17:40:48 +0000
parents 297b82335c7b
children 7ba9ad1fec11
line wrap: on
line diff
--- a/src/ls-oct-ascii.h
+++ b/src/ls-oct-ascii.h
@@ -46,7 +46,7 @@
 
 extern std::string
 read_ascii_data (std::istream& is, const std::string& filename, bool& global,
-		 octave_value& tc, int count);
+		 octave_value& tc, octave_idx_type count);
 
 extern bool
 save_ascii_data (std::ostream& os, const octave_value& val_arg,