diff options
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index db79dc8..627550e 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -36,6 +36,9 @@ | |||
36 | #include "definitions.h" | 36 | #include "definitions.h" |
37 | #include "bufferutils.h" | 37 | #include "bufferutils.h" |
38 | 38 | ||
39 | #undef DEBUG_AREA | ||
40 | #define DEBUG_AREA "resource.pipeline" | ||
41 | |||
39 | namespace Sink | 42 | namespace Sink |
40 | { | 43 | { |
41 | 44 | ||