diff libgui/src/gui-settings.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 ab33554f97d2 c6d54dd31a7e
children deb553ac2c54
line wrap: on
line diff
--- a/libgui/src/gui-settings.cc	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/src/gui-settings.cc	Tue Dec 06 15:37:43 2022 -0500
@@ -45,8 +45,8 @@
 
 #include "oct-env.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   QString gui_settings::file_name (void) const
   {
     return fileName ();
@@ -348,4 +348,5 @@
     else
       remove ("dummy");  // Remove test entry
   }
-}
+
+OCTAVE_END_NAMESPACE(octave)