diff libgui/graphics/ButtonGroup.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/graphics/ButtonGroup.cc	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/graphics/ButtonGroup.cc	Tue Dec 06 15:37:43 2022 -0500
@@ -50,8 +50,7 @@
 #include "interpreter.h"
 #include "oct-map.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
 
   static int
   frameStyleFromProperties (const uibuttongroup::properties& pp)
@@ -460,7 +459,6 @@
     m_hiddenbutton->setChecked (true);
   }
 
-
   void
   ButtonGroup::addButton (QAbstractButton *btn)
   {
@@ -527,4 +525,4 @@
       }
   }
 
-};
+OCTAVE_END_NAMESPACE(octave);