diff liboctave/chMatrix.h @ 2384:d9147efd1a93

[project @ 1996-10-12 17:56:38 by jwe]
author jwe
date Sat, 12 Oct 1996 17:56:39 +0000
parents b369227ce3d2
children 8ed4362aa0d6
line wrap: on
line diff
--- a/liboctave/chMatrix.h
+++ b/liboctave/chMatrix.h
@@ -59,8 +59,8 @@
       return *this;
     }
 
-  int operator == (const charMatrix& a) const;
-  int operator != (const charMatrix& a) const;
+  bool operator == (const charMatrix& a) const;
+  bool operator != (const charMatrix& a) const;
 
   // destructive insert/delete/reorder operations