]> git.sesse.net Git - kdenlive/blobdiff - src/commands/moveeffectcommand.h
const'ref
[kdenlive] / src / commands / moveeffectcommand.h
index e4aa6d707532b81bbec1cc15a5779fbe7a642b73..ee86ffb274657f73b770b7baecbbf52958f212cc 100644 (file)
@@ -31,7 +31,7 @@ class CustomTrackView;
 class MoveEffectCommand : public QUndoCommand
 {
 public:
-    MoveEffectCommand(CustomTrackView *view, const int track, GenTime pos, const QList <int> &oldPos, int newPos, QUndoCommand * parent = 0);
+    MoveEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList <int> &oldPos, int newPos, QUndoCommand * parent = 0);
 
     virtual int id() const;
     virtual bool mergeWith(const QUndoCommand * command);