aboutsummaryrefslogtreecommitdiff
path: root/src/flowgraph/ClipToRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowgraph/ClipToRange.h')
-rw-r--r--src/flowgraph/ClipToRange.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flowgraph/ClipToRange.h b/src/flowgraph/ClipToRange.h
index 22b78049..cd7d1c15 100644
--- a/src/flowgraph/ClipToRange.h
+++ b/src/flowgraph/ClipToRange.h
@@ -23,6 +23,7 @@
#include "FlowGraphNode.h"
+namespace FLOWGRAPH_OUTER_NAMESPACE {
namespace flowgraph {
// This is 3 dB, (10^(3/20)), to match the maximum headroom in AudioTrack for float data.
@@ -64,5 +65,6 @@ private:
};
} /* namespace flowgraph */
+} /* namespace oboe */
#endif //FLOWGRAPH_CLIP_TO_RANGE_H