diff liboctave/Array-f.cc @ 9941:1369f13ae6b2

several fixes by M. Goffioul
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 08 Dec 2009 12:45:58 +0100
parents 3a8327d51ed4
children 4c0cdbe0acca
line wrap: on
line diff
--- a/liboctave/Array-f.cc
+++ b/liboctave/Array-f.cc
@@ -87,6 +87,7 @@
 // The default solution using NaN-safe comparator is OK, but almost twice as
 // slow than this code.
 template <>
+OCTAVE_API
 sortmode
 Array<float>::is_sorted (sortmode mode) const
 {