diff liboctave/chMatrix.h @ 6108:143b556ce725

[project @ 2006-10-27 01:45:54 by jwe]
author jwe
date Fri, 27 Oct 2006 01:45:56 +0000
parents 4c8a2e4e0717
children 7f5316cadaa2
line wrap: on
line diff
--- a/liboctave/chMatrix.h	Thu Oct 26 22:00:12 2006 +0000
+++ b/liboctave/chMatrix.h	Fri Oct 27 01:45:56 2006 +0000
@@ -32,6 +32,7 @@
 #include "str-vec.h"
 
 class
+OCTAVE_API
 charMatrix : public MArray2<char>
 {
 friend class ComplexMatrix;