changeset 23041:52d06f98c15e

Fix typo in typedef for octave_execution_exception (bug #50027) * liboctave/cruft/misc/quit.h: Use typedef to make octave_execution_exception an alias for octave::execution_exception, NOT, octave::exit_exception.
author Rik <rik@octave.org>
date Fri, 13 Jan 2017 15:51:34 -0800
parents a11950e51b7f
children c2ed86feba05
files liboctave/cruft/misc/quit.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/cruft/misc/quit.h	Fri Jan 13 15:41:37 2017 -0800
+++ b/liboctave/cruft/misc/quit.h	Fri Jan 13 15:51:34 2017 -0800
@@ -146,7 +146,7 @@
 }
 
 OCTAVE_DEPRECATED ("use 'octave::execution_exception' instead")
-typedef octave::exit_exception octave_execution_exception;
+typedef octave::execution_exception octave_execution_exception;
 
 OCTAVE_DEPRECATED ("use 'octave::exit_exception' instead")
 typedef octave::exit_exception octave_exit_exception;