aboutsummaryrefslogtreecommitdiff
path: root/src/flowgraph/SourceI16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/flowgraph/SourceI16.cpp')
-rw-r--r--src/flowgraph/SourceI16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flowgraph/SourceI16.cpp b/src/flowgraph/SourceI16.cpp
index 88130239..16cd2b3d 100644
--- a/src/flowgraph/SourceI16.cpp
+++ b/src/flowgraph/SourceI16.cpp
@@ -24,7 +24,7 @@
#include <audio_utils/primitives.h>
#endif
-using namespace flowgraph;
+using namespace FLOWGRAPH_OUTER_NAMESPACE::flowgraph;
SourceI16::SourceI16(int32_t channelCount)
: FlowGraphSourceBuffered(channelCount) {