]> git.sesse.net Git - kdenlive/blobdiff - src/commands/razorclipcommand.h
Use const'ref
[kdenlive] / src / commands / razorclipcommand.h
index b014318e6d6f6e1314e989eb100d1e114528b9e2..0da865ac68c00a28f48e37c8a5ec64112eeb9a15 100644 (file)
@@ -33,7 +33,7 @@ class CustomTrackView;
 class RazorClipCommand : public QUndoCommand
 {
 public:
-    RazorClipCommand(CustomTrackView *view, const ItemInfo info, EffectsList stack, const GenTime cutTime, bool doIt = true, QUndoCommand * parent = 0);
+    RazorClipCommand(CustomTrackView *view, const ItemInfo &info, EffectsList stack, const GenTime cutTime, bool doIt = true, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();