Skip to content

Commit

Permalink
Visibility for exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Nov 18, 2024
1 parent 104ed36 commit 3fae139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liboctave/util/quit.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class OCTAVE_EXCEPTION_API exit_exception : public std::exception
bool m_safe_to_return;
};

class interrupt_exception : public std::exception
class OCTAVE_EXCEPTION_API interrupt_exception : public std::exception
{
public:

Expand Down

0 comments on commit 3fae139

Please sign in to comment.