]> git.sesse.net Git - kdenlive/blobdiff - src/commands/changeeffectstatecommand.cpp
Use const'ref
[kdenlive] / src / commands / changeeffectstatecommand.cpp
index ecc455cab0ab71c25915be6a6920ba460ef8f150..d62d02befaec9add87b024f90da82913c83610f0 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <KLocale>
 
-ChangeEffectStateCommand::ChangeEffectStateCommand(CustomTrackView *view, const int track, GenTime pos, QList <int> effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent) :
+ChangeEffectStateCommand::ChangeEffectStateCommand(CustomTrackView *view, const int track, GenTime pos, const QList <int>& effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent) :
         QUndoCommand(parent),
         m_view(view),
         m_track(track),