]> git.sesse.net Git - kdenlive/blobdiff - src/guide.h
Const'ref
[kdenlive] / src / guide.h
index bcedf3af71c2c16710aae7d870ecd4de734da4b7..6bd392ae654103839c72122962aec159b52123cf 100644 (file)
@@ -34,7 +34,7 @@ class Guide : public QGraphicsLineItem
 {
 
 public:
-    Guide(CustomTrackView *view, GenTime pos, 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;