]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.cpp
const'ref.
[kdenlive] / src / geometryval.cpp
index 0d706894d028e7f283cb5f434830fe352c66266b..313751bb303c3adaf50e36838523148ac13f0ffe 100644 (file)
@@ -29,7 +29,7 @@
 #include <QTimer>
 
 
-Geometryval::Geometryval(const MltVideoProfile &profile, Timecode t, const QPoint &frame_size, int startPoint, QWidget* parent) :
+Geometryval::Geometryval(const MltVideoProfile &profile, const Timecode &t, const QPoint &frame_size, int startPoint, QWidget* parent) :
         QWidget(parent),
         m_profile(profile),
         m_paramRect(NULL),