]> git.sesse.net Git - kdenlive/blobdiff - src/moveclipcommand.h
Fix up a busted preprocessor check [PATCH by Ray Lehtiniemi]
[kdenlive] / src / moveclipcommand.h
index 7cf002ec6a5dd6b3b0188a4994796f131538928d..b1803ca4f3e12e71de8c7044b06a56306a742e81 100644 (file)
@@ -32,7 +32,7 @@ class CustomTrackView;
 
 class MoveClipCommand : public QUndoCommand {
 public:
-    MoveClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt);
+    MoveClipCommand(CustomTrackView *view, const ItemInfo start, const ItemInfo end, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();