X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcommands%2Fresizeclipcommand.h;h=9e326e0f8658ff209b21974be5a308d8b0116c88;hb=b8f6dc09b4b35cab3bebb54b3d4eec0b57fb7387;hp=9b5a4ae6bbc164ae54a1eb59c5242419e1d5db23;hpb=fd3954b6965b2bc81eeed9fadd40dbbf9607fa37;p=kdenlive diff --git a/src/commands/resizeclipcommand.h b/src/commands/resizeclipcommand.h index 9b5a4ae6..9e326e0f 100644 --- a/src/commands/resizeclipcommand.h +++ b/src/commands/resizeclipcommand.h @@ -34,7 +34,7 @@ class CustomTrackView; class ResizeClipCommand : public QUndoCommand { public: - ResizeClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, bool dontWorry, QUndoCommand * parent = 0); + ResizeClipCommand(CustomTrackView *view, const ItemInfo &start, const ItemInfo &end, bool doIt, bool dontWorry, QUndoCommand * parent = 0); virtual void undo(); virtual void redo();