]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addeffectcommand.h
Add explicit keyword, const'ref, minor optimization
[kdenlive] / src / commands / addeffectcommand.h
index 5856a05ab6bc62b17d746ddbad3cf80d853d03d7..0f01a72535998572f2d64d4097a455a3ee3a3b85 100644 (file)
@@ -31,7 +31,7 @@ class CustomTrackView;
 class AddEffectCommand : public QUndoCommand
 {
 public:
-    AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, const QDomElement &effect, bool doIt, QUndoCommand * parent = 0);
+    AddEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QDomElement &effect, bool doIt, QUndoCommand * parent = 0);
 
     virtual void undo();
     virtual void redo();