# HG changeset patch # User Markus Mützel # Date 1668938856 -3600 # Node ID 45c9efbc550134fd0bbe1015865411ca5c5df26a # Parent 2ec625c0494738c6ac6b497b02c3734d836f423c 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. diff -r 2ec625c04947 -r 45c9efbc5501 liboctave/util/quit.h --- 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: