diff liboctave/so-array.cc @ 6867:83619ae96c1d

[project @ 2007-09-06 12:08:44 by dbateman]
author dbateman
date Thu, 06 Sep 2007 12:08:45 +0000
parents ace8d8d26933
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/so-array.cc
+++ b/liboctave/so-array.cc
@@ -97,7 +97,7 @@
 }
 
 octave_idx_type
-streamoff_array::compute_index (Array<int>& ra_idx,
+streamoff_array::compute_index (Array<octave_idx_type>& ra_idx,
 				const dim_vector& dimensions)
 {
   return ::compute_index (ra_idx, dimensions);