X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fchangespeedcommand.cpp;h=67399a91e21920aafdd066f4caca69f5453e7e95;hb=af0cdc3a2441996bb29f9c2d8b4ce0dd87a6fcb0;hp=f775c6813c24e0afdd9f211ec319fae0c77c7571;hpb=95b05b03000cfd3b211d4f4c500c1e1883f86c55;p=kdenlive diff --git a/src/commands/changespeedcommand.cpp b/src/commands/changespeedcommand.cpp index f775c681..67399a91 100644 --- a/src/commands/changespeedcommand.cpp +++ b/src/commands/changespeedcommand.cpp @@ -23,7 +23,7 @@ #include -ChangeSpeedCommand::ChangeSpeedCommand(CustomTrackView *view, ItemInfo info, ItemInfo speedIndependantInfo, double old_speed, double new_speed, int old_strobe, int new_strobe, const QString &clipId, QUndoCommand * parent) : +ChangeSpeedCommand::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) : QUndoCommand(parent), m_view(view), m_clipInfo(info),