]> git.sesse.net Git - kdenlive/blobdiff - src/guide.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / guide.h
index 5e77c85763cfe2452083e54ec4cf73682ffe144c..6bd392ae654103839c72122962aec159b52123cf 100644 (file)
@@ -34,7 +34,7 @@ class Guide : public QGraphicsLineItem
 {
 
 public:
-    Guide(CustomTrackView *view, GenTime pos, const QString &label, double height);
+    Guide(CustomTrackView *view, const GenTime &pos, const QString &label, double height);
     GenTime position() const;
     void updateGuide(const GenTime &newPos, const QString &comment = QString());
     QString label() const;