diff libinterp/corefcn/sparse-xpow.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 903fac22b29d e88a07dec498
children 5f11de0e7440
line wrap: on
line diff
--- a/libinterp/corefcn/sparse-xpow.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/sparse-xpow.h	Thu Dec 01 14:28:07 2022 -0800
@@ -34,7 +34,7 @@
 class SparseComplexMatrix;
 class octave_value;
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 extern octave_value xpow (const SparseMatrix& a, double b);
 extern octave_value xpow (const SparseComplexMatrix& a, double b);
@@ -60,6 +60,6 @@
 extern octave_value elem_xpow (const SparseComplexMatrix& a,
                                const SparseComplexMatrix& b);
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif