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