]> git.sesse.net Git - kdenlive/blobdiff - src/commands/changeeffectstatecommand.h
const'ref
[kdenlive] / src / commands / changeeffectstatecommand.h
index ee2c7d0bfcc14c3ebcdeb5cbc14a23db24215ae2..f92517be4cca5ae02f18df02cc01eb2a967e053b 100644 (file)
@@ -31,7 +31,7 @@ class CustomTrackView;
 class ChangeEffectStateCommand : public QUndoCommand
 {
 public:
-    ChangeEffectStateCommand(CustomTrackView *view, const int track, GenTime pos, const QList <int>& effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent = 0);
+    ChangeEffectStateCommand(CustomTrackView *view, const int track, const GenTime &pos, const QList <int>& effectIndexes, bool disable, bool refreshEffectStack, bool doIt, QUndoCommand *parent = 0);
 
     virtual void undo();
     virtual void redo();