diff libgui/src/dialog.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 9034cf663768 c6d54dd31a7e
children deb553ac2c54
line wrap: on
line diff
--- a/libgui/src/dialog.h	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/src/dialog.h	Tue Dec 06 15:37:43 2022 -0500
@@ -42,8 +42,8 @@
 // Defined for purposes of sending QList<float> as part of signal.
 typedef QList<float> QFloatList;
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
+
   class QUIWidgetCreator : public QObject
   {
     Q_OBJECT
@@ -273,6 +273,7 @@
 
     void rejectSelection (void);
   };
-}
+
+OCTAVE_END_NAMESPACE(octave)
 
 #endif