]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addclipcutcommand.h
Use const'ref
[kdenlive] / src / commands / addclipcutcommand.h
index 96f3239e1f18ee21bef13a02157842359ee71f7b..3fc2126409ca2830c4253e05e8888ccee3806af0 100644 (file)
@@ -29,7 +29,7 @@ class ProjectList;
 class AddClipCutCommand : public QUndoCommand
 {
 public:
-    AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString desc, bool newItem, bool remove, QUndoCommand * parent = 0);
+    AddClipCutCommand(ProjectList *list, const QString &id, int in, int out, const QString &desc, bool newItem, bool remove, QUndoCommand * parent = 0);
 
     virtual void undo();
     virtual void redo();