changeset 30506:f79deeded5d3 stable

oct-sort.h: Export classes from library. * liboctave/util/oct-sort.h: Export classes from library.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 17 Dec 2021 21:30:46 +0100
parents e0e22183ffca
children 07ac55628691 6f07492c9c20
files liboctave/util/oct-sort.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/oct-sort.h	Fri Dec 17 21:27:33 2021 +0100
+++ b/liboctave/util/oct-sort.h	Fri Dec 17 21:30:46 2021 +0100
@@ -98,6 +98,7 @@
 
 template <typename T>
 class
+OCTARRAY_API
 octave_sort
 {
 public:
@@ -347,10 +348,12 @@
 
 template <typename T>
 class
+OCTARRAY_API
 vec_index
 {
 public:
   T m_vec;
   octave_idx_type m_indx;
 };
+
 #endif