summaryrefslogtreecommitdiffstats
path: root/src/test/autodjprocessor_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/autodjprocessor_test.cpp')
-rw-r--r--src/test/autodjprocessor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/autodjprocessor_test.cpp b/src/test/autodjprocessor_test.cpp
index d1253761c7..aff28911ac 100644
--- a/src/test/autodjprocessor_test.cpp
+++ b/src/test/autodjprocessor_test.cpp
@@ -19,7 +19,7 @@ using ::testing::_;
using ::testing::Return;
static int kDefaultTransitionTime = 10;
-const mixxx::AudioSignal::ChannelCount kChannelCount = mixxx::kEngineChannelCount;
+const mixxx::audio::ChannelCount kChannelCount = mixxx::kEngineChannelCount;
const QString kTrackLocationTest(QDir::currentPath() %
"/src/test/id3-test-data/cover-test-png.mp3");