changeset 2833:011e9216356f

[project @ 1997-03-26 06:51:44 by jwe]
author jwe
date Wed, 26 Mar 1997 06:51:44 +0000
parents 4dff308e9acc
children 5113d135e2f2
files liboctave/boolMatrix.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/boolMatrix.cc
+++ b/liboctave/boolMatrix.cc
@@ -76,7 +76,7 @@
 }
 
 boolMatrix
-Matrix::all (void) const
+boolMatrix::all (void) const
 {
   int nr = rows ();
   int nc = cols ();
@@ -130,7 +130,7 @@
 }
 
 boolMatrix
-Matrix::any (void) const
+boolMatrix::any (void) const
 {
   int nr = rows ();
   int nc = cols ();