]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Merge branch 'master' into next
[kdenlive] / src / geometryval.h
index 3bacb18d26396754b2be91b38a98b579d7af09ba..bccad6612175eeb625bc1660c03eb487f35f8131 100644 (file)
@@ -41,7 +41,7 @@ class Geometryval : public QWidget, public Ui::Geometryval
 {
     Q_OBJECT
 public:
-    explicit Geometryval(const MltVideoProfile profile, Timecode t, QPoint frame_size, int startPoint = 0, QWidget* parent = 0);
+    explicit Geometryval(const MltVideoProfile &profile, Timecode t, QPoint frame_size, int startPoint = 0, QWidget* parent = 0);
     virtual ~Geometryval();
     QDomElement getParamDesc();
     QString getValue() const;