diff libgui/src/main-window.cc @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents ca7d58406f82 c6d54dd31a7e
children deb553ac2c54
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/src/main-window.cc	Tue Dec 06 15:37:43 2022 -0500
@@ -90,8 +90,8 @@
 #include "syminfo.h"
 #include "version.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   main_window::main_window (base_qobject& oct_qobj)
     : QMainWindow (), m_octave_qobj (oct_qobj),
       m_status_bar (nullptr),
@@ -2896,4 +2896,5 @@
         focus_command_window ();
       }
   }
-}
+
+OCTAVE_END_NAMESPACE(octave)