diff liboctave/CColVector.h @ 2386:4fc9fd1424a9

[project @ 1996-10-12 18:31:34 by jwe]
author jwe
date Sat, 12 Oct 1996 18:38:10 +0000
parents 1b57120c997b
children a5a300c61159
line wrap: on
line diff
--- a/liboctave/CColVector.h	Sat Oct 12 18:24:33 1996 +0000
+++ b/liboctave/CColVector.h	Sat Oct 12 18:38:10 1996 +0000
@@ -51,8 +51,8 @@
       return *this;
     }
 
-  int operator == (const ComplexColumnVector& a) const;
-  int operator != (const ComplexColumnVector& a) const;
+  bool operator == (const ComplexColumnVector& a) const;
+  bool operator != (const ComplexColumnVector& a) const;
 
   // destructive insert/delete/reorder operations