changeset 30511:1ec1f93ac16a

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 19 Dec 2021 14:36:51 +0100
parents 6ffa6dbbf42a (current diff) 84344af9b019 (diff)
children 772e8f8e9054
files libinterp/octave-value/ov.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov.h	Sat Dec 18 10:26:00 2021 +0100
+++ b/libinterp/octave-value/ov.h	Sun Dec 19 14:36:51 2021 +0100
@@ -302,14 +302,14 @@
 
 #if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
   OCTAVE_DEPRECATED (7, "use 'octave_value (range<double>&)' instead")
-  OCTINTERP_API octave_value (double base, double limit, double inc)
+  octave_value (double base, double limit, double inc)
     : m_rep (make_range_rep_deprecated (base, inc, limit))
   {
     maybe_mutate ();
   }
 
   OCTAVE_DEPRECATED (7, "use 'octave_value (range<double>&)' instead")
-  OCTINTERP_API octave_value (const Range& r, bool force_range = false)
+  octave_value (const Range& r, bool force_range = false)
     : m_rep (make_range_rep_deprecated (r, force_range))
   {
     maybe_mutate ();