diff src/Cell.h @ 4015:6476dd85a65f

[project @ 2002-08-02 07:59:19 by jwe]
author jwe
date Fri, 02 Aug 2002 07:59:20 +0000
parents f9ea3dcf58ee
children 7690958e7726
line wrap: on
line diff
--- a/src/Cell.h
+++ b/src/Cell.h
@@ -59,10 +59,10 @@
     : Array2<octave_value> (c) { }
 
   // XXX FIXME XXX
-  boolMatrix all (void) const { return boolMatrix (); }
+  boolMatrix all (int dim = 0) const { return boolMatrix (); }
 
   // XXX FIXME XXX
-  boolMatrix any (void) const { return boolMatrix (); }
+  boolMatrix any (int dim = 0) const { return boolMatrix (); }
 
   // XXX FIXME XXX
   bool is_true (void) const { return false; }