diff liboctave/MSparse-d.cc @ 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 0ce71beb1cf3
line wrap: on
line diff
--- a/liboctave/MSparse-d.cc	Thu Oct 26 22:00:12 2006 +0000
+++ b/liboctave/MSparse-d.cc	Fri Oct 27 01:45:56 2006 +0000
@@ -27,7 +27,7 @@
 #include "MSparse.h"
 #include "MSparse.cc"
 
-template class MSparse<double>;
+template class OCTAVE_API MSparse<double>;
 
 INSTANTIATE_SPARSE_FRIENDS (double);