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