]> git.sesse.net Git - kdenlive/blobdiff - src/commands/rebuildgroupcommand.cpp
const'ref
[kdenlive] / src / commands / rebuildgroupcommand.cpp
index 69a276cb7c6eda779cdfcf1ab0b44a34205eed34..a80b2f4e3efc3463630891a3287d0285b7894e66 100644 (file)
@@ -21,7 +21,7 @@
 #include "rebuildgroupcommand.h"
 #include "customtrackview.h"
 
-RebuildGroupCommand::RebuildGroupCommand(CustomTrackView* view, int childTrack, GenTime childPos, QUndoCommand* parent) :
+RebuildGroupCommand::RebuildGroupCommand(CustomTrackView* view, int childTrack, const GenTime &childPos, QUndoCommand* parent) :
         QUndoCommand(parent),
         m_view(view),
         m_childTrack(childTrack),