changeset 31529:918e09edc6ed stable

Export typeinfo of base_mutex and autolock classes. * liboctave/util/oct-mutex.h (base_mutex, autolock): Add API attribute to class definitions.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 24 Nov 2022 14:11:47 +0100
parents d81b39f1dec1
children 9ffdaa9da257 84ac10326a79
files liboctave/util/oct-mutex.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/oct-mutex.h	Thu Nov 24 14:10:09 2022 +0100
+++ b/liboctave/util/oct-mutex.h	Thu Nov 24 14:11:47 2022 +0100
@@ -35,6 +35,7 @@
   class mutex;
 
   class
+  OCTAVE_API
   base_mutex
   {
   public:
@@ -84,6 +85,7 @@
   };
 
   class
+  OCTAVE_API
   autolock
   {
   public: