diff liboctave/boolMatrix.h @ 6708:0ce71beb1cf3

[project @ 2007-06-13 06:40:48 by jwe]
author jwe
date Wed, 13 Jun 2007 06:40:49 +0000
parents 143b556ce725
children 2883ea1c5c18
line wrap: on
line diff
--- a/liboctave/boolMatrix.h	Wed Jun 13 06:05:53 2007 +0000
+++ b/liboctave/boolMatrix.h	Wed Jun 13 06:40:49 2007 +0000
@@ -79,7 +79,7 @@
   boolMatrix (bool *b, octave_idx_type r, octave_idx_type c) : Array2<bool> (b, r, c) { }
 };
 
-MM_CMP_OP_DECLS (boolMatrix, boolMatrix)
+MM_CMP_OP_DECLS (boolMatrix, boolMatrix, OCTAVE_API)
 
 #endif