X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=cd6f5f2499c428555189257482e118fd4ab57709;hp=4cb650d961adb8ea93610c47995b10c4b037c7f3;hb=a303c2d88f424fa7d548d74b335965ce29154166;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index 4cb650d9..cd6f5f24 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -44,7 +44,7 @@ public: /** * Sets the time of the marker. */ - virtual void set_time(double time) = 0; + virtual void set_time(const pv::util::Timestamp& time) = 0; virtual float get_x() const = 0;