diff main/fixed/src/ov-fixed-complex.cc @ 2419:cd41a9562cee octave-forge

Fix for 2.9.x change to do_index method
author adb014
date Mon, 28 Aug 2006 20:03:09 +0000
parents 1728eb2120ef
children 73fa4496fb07
line wrap: on
line diff
--- a/main/fixed/src/ov-fixed-complex.cc	Sun Aug 27 20:17:17 2006 +0000
+++ b/main/fixed/src/ov-fixed-complex.cc	Mon Aug 28 20:03:09 2006 +0000
@@ -188,7 +188,7 @@
 }
 
 octave_value
-octave_fixed_complex::do_index_op (const octave_value_list& idx, int resize_ok)
+octave_fixed_complex::do_index_op (const octave_value_list& idx, bool resize_ok)
 {
   octave_value retval;