]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveeffectcommand.cpp
const'ref
[kdenlive] / src / commands / moveeffectcommand.cpp
index c077128803d5e048199b9069d956e23eca13dc19..ba394793b0ac2aefb9d047240fc0758d3fb6dcd8 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <KLocale>
 
-MoveEffectCommand::MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, const QList<int> &oldPos, int newPos, QUndoCommand * parent) :
+MoveEffectCommand::MoveEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList<int> &oldPos, int newPos, QUndoCommand * parent) :
         QUndoCommand(parent),
         m_view(view),
         m_track(track),