changeset 29962:43d0785ca28f

fix namespace tag location error from prefious change * audiodevinfo.cc: Move OCTAVE_NAMESPACE_BEGIN outside of #if block.
author John W. Eaton <jwe@octave.org>
date Sat, 14 Aug 2021 22:53:30 -0400
parents 7d6709900da7
children 00f871ed7aa2
files libinterp/dldfcn/audiodevinfo.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/audiodevinfo.cc	Sat Aug 14 22:48:52 2021 -0400
+++ b/libinterp/dldfcn/audiodevinfo.cc	Sat Aug 14 22:53:30 2021 -0400
@@ -55,10 +55,10 @@
 #  include <portaudio.h>
 #endif
 
+OCTAVE_NAMESPACE_BEGIN
+
 #if defined (HAVE_PORTAUDIO)
 
-OCTAVE_NAMESPACE_BEGIN
-
 PaSampleFormat
 bits_to_format (int bits)
 {