summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2022-01-02 09:30:58 +0100
committerUwe Klotz <uklotz@mixxx.org>2022-01-02 09:44:58 +0100
commit8af3ca391980bd4216041fde312cd0b36933f4c6 (patch)
treeaed14c6c3d15577cca945b22217e5870239f0628
parent01dbbb4d7a9f5400e363f4f9a689377754f6006b (diff)
SoundSourceProxy: Remove redundant keyword and reword comment
-rw-r--r--src/sources/soundsourceproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/soundsourceproxy.h b/src/sources/soundsourceproxy.h
index fab94dd989..54ab9b608d 100644
--- a/src/sources/soundsourceproxy.h
+++ b/src/sources/soundsourceproxy.h
@@ -49,8 +49,8 @@ class SoundSourceProxy {
explicit SoundSourceProxy(TrackPointer pTrack);
- // Used during unit tests to check SoundSources explicit
- explicit SoundSourceProxy(
+ // Only needed for testing all available providers explicitly
+ SoundSourceProxy(
TrackPointer pTrack,
mixxx::SoundSourceProviderPointer pProvider);