]> git.sesse.net Git - kdenlive/blobdiff - src/guide.cpp
Const'ref
[kdenlive] / src / guide.cpp
index 3d44c627fad372ae530b15087f6b4c7f04094fe2..ba05ec6aef126841aa744ae0cbe494b013b5c1d9 100644 (file)
@@ -29,7 +29,7 @@
 #include <QGraphicsView>
 #include <QScrollBar>
 
-Guide::Guide(CustomTrackView *view, GenTime pos, const QString &label, double height) :
+Guide::Guide(CustomTrackView *view, const GenTime &pos, const QString &label, double height) :
         QGraphicsLineItem(),
         m_position(pos),
         m_label(label),