diff libgui/graphics/BaseControl.h @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents bd9da634f00d c6d54dd31a7e
children deb553ac2c54
line wrap: on
line diff
--- a/libgui/graphics/BaseControl.h	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/graphics/BaseControl.h	Tue Dec 06 15:37:43 2022 -0500
@@ -31,8 +31,8 @@
 class QEvent;
 class QObject;
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   class interpreter;
 
   class BaseControl : public Object
@@ -56,6 +56,6 @@
     bool m_keyPressHandlerDefined;
   };
 
-}
+OCTAVE_END_NAMESPACE(octave)
 
 #endif