X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fguide.h;h=6bd392ae654103839c72122962aec159b52123cf;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=5e77c85763cfe2452083e54ec4cf73682ffe144c;hpb=ff57a79c5515bf467bdd6abf0e011549a96d98e2;p=kdenlive diff --git a/src/guide.h b/src/guide.h index 5e77c857..6bd392ae 100644 --- a/src/guide.h +++ b/src/guide.h @@ -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;