X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fchangespeedcommand.h;h=4640f15f1ba4b4214d7231c19265485fb2af0bbf;hb=aa37ed1efa7f18af7b851c0bb3aaadb9ff8ebe3e;hp=8adb5fc5092c7fde1d508c7f96b9d3546cea6ac5;hpb=bae96d4b906092465a7624195a55b6527529cd7c;p=kdenlive diff --git a/src/commands/changespeedcommand.h b/src/commands/changespeedcommand.h index 8adb5fc5..4640f15f 100644 --- a/src/commands/changespeedcommand.h +++ b/src/commands/changespeedcommand.h @@ -33,7 +33,7 @@ class CustomTrackView; class ChangeSpeedCommand : public QUndoCommand { public: - ChangeSpeedCommand(CustomTrackView *view, ItemInfo info, ItemInfo speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent = 0); + ChangeSpeedCommand(CustomTrackView *view, const ItemInfo &info, const ItemInfo &speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent = 0); virtual void undo(); virtual void redo();