changeset 31489:45c9efbc5501 stable

Add visibility attribute to exception class missing in 2ec625c04947 (bug #61704). * liboctave/util/quit.h (exit_exception): Add API flags for exception class missing in last commit.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 20 Nov 2022 11:07:36 +0100
parents 2ec625c04947
children b05887fa873c 212e9ad58f69
files liboctave/util/quit.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/quit.h	Sat Nov 19 16:55:11 2022 +0100
+++ b/liboctave/util/quit.h	Sun Nov 20 11:07:36 2022 +0100
@@ -158,7 +158,7 @@
     stack_info_type m_stack_info;
   };
 
-  class exit_exception : public std::exception
+  class OCTAVE_EXCEPTION_API exit_exception : public std::exception
   {
   public: