]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editkeyframecommand.h
Remove not implemented function
[kdenlive] / src / commands / editkeyframecommand.h
index e35603fa957a0b2b9fd4486c2a94ca7d2ff7240e..2a2b5b2be39445e2f70a046a9bbe70ce711138ea 100644 (file)
@@ -32,7 +32,7 @@ class CustomTrackView;
 class EditKeyFrameCommand : public QUndoCommand
 {
 public:
-    EditKeyFrameCommand(CustomTrackView *view, const int track, GenTime pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt);
+    EditKeyFrameCommand(CustomTrackView *view, const int track, const GenTime &pos, const int effectIndex, const QString& oldkeyframes, const QString& newkeyframes, bool doIt);
     virtual void undo();
     virtual void redo();