]> git.sesse.net Git - kdenlive/blobdiff - src/commands/razorclipcommand.h
Add explicit keyword, const'ref, minor optimization
[kdenlive] / src / commands / razorclipcommand.h
index 0da865ac68c00a28f48e37c8a5ec64112eeb9a15..1f01cd204c87bc850d58d330301ff0a3d15c6c07 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();