diff libinterp/corefcn/graphics.in.h @ 31606:dfa5d9c3ae72

maint: merge stable to default
author Rik <rik@octave.org>
date Thu, 01 Dec 2022 14:28:07 -0800
parents 9a0ce9eea1b7 e88a07dec498
children a74935a6cc75
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Thu Dec 01 14:01:16 2022 -0800
+++ b/libinterp/corefcn/graphics.in.h	Thu Dec 01 14:28:07 2022 -0800
@@ -52,7 +52,7 @@
 #include "ov.h"
 #include "text-renderer.h"
 
-OCTAVE_NAMESPACE_BEGIN
+OCTAVE_BEGIN_NAMESPACE(octave)
 
 // FIXME: maybe this should be a configure option?
 // Matlab defaults to "Helvetica", but that causes problems for many
@@ -6956,6 +6956,6 @@
 
 OCTINTERP_API void close_all_figures (void);
 
-OCTAVE_NAMESPACE_END
+OCTAVE_END_NAMESPACE(octave)
 
 #endif