]> git.sesse.net Git - kdenlive/blobdiff - src/commands/editguidecommand.h
Add explicit keyword, const'ref, minor optimization
[kdenlive] / src / commands / editguidecommand.h
index b271220c15e423d5f065b97a6bc403f6840bb344..189f5e4bccc3ab5f7cafddd19d10675939598d11 100644 (file)
@@ -32,7 +32,7 @@ class CustomTrackView;
 class EditGuideCommand : public QUndoCommand
 {
 public:
-    EditGuideCommand(CustomTrackView *view, const GenTime oldPos, const QString &oldcomment, const GenTime pos, const QString &comment, bool doIt, QUndoCommand * parent = 0);
+    EditGuideCommand(CustomTrackView *view, const GenTime &oldPos, const QString &oldcomment, const GenTime &pos, const QString &comment, bool doIt, QUndoCommand * parent = 0);
     virtual void undo();
     virtual void redo();