]> git.sesse.net Git - kdenlive/blobdiff - src/commands/addeffectcommand.cpp
Add explicit keyword, const'ref, minor optimization
[kdenlive] / src / commands / addeffectcommand.cpp
index e720caa15f0d53f3f0576c588e3e1efafe4b154a..f858ecb3fd53722aab173439a3b4e985a16efded 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <KLocale>
 
-AddEffectCommand::AddEffectCommand(CustomTrackView *view, const int track, GenTime pos, const QDomElement &effect, bool doIt, QUndoCommand * parent) :
+AddEffectCommand::AddEffectCommand(CustomTrackView *view, const int track, const GenTime &pos, const QDomElement &effect, bool doIt, QUndoCommand * parent) :
         QUndoCommand(parent),
         m_view(view),
         m_track(track),