summaryrefslogtreecommitdiffstats
path: root/src/mixer/deck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/deck.cpp')
-rw-r--r--src/mixer/deck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/deck.cpp b/src/mixer/deck.cpp
index 3b05c986dd..6f47274fad 100644
--- a/src/mixer/deck.cpp
+++ b/src/mixer/deck.cpp
@@ -5,7 +5,7 @@ Deck::Deck(QObject* pParent,
EngineMaster* pMixingEngine,
EffectsManager* pEffectsManager,
EngineChannel::ChannelOrientation defaultOrientation,
- QString group) :
+ const QString& group) :
BaseTrackPlayerImpl(pParent, pConfig, pMixingEngine, pEffectsManager,
defaultOrientation, group, true, false) {
}