diff liboctave/util/oct-mutex.h @ 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 796f54d4ddbf
children e88a07dec498
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: