X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursorpair.hpp;h=2d47212ef77f1879ff3e7e9b0c761d609b33394c;hp=af7e67dc0b16788ba7725235d14219f1649c6f24;hb=a8743cd962b2d18082c6ddaeb554d56013919d95;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/view/cursorpair.hpp b/pv/view/cursorpair.hpp index af7e67dc..2d47212e 100644 --- a/pv/view/cursorpair.hpp +++ b/pv/view/cursorpair.hpp @@ -64,7 +64,7 @@ public: /** * Sets the time of the marker. */ - void set_time(double time); + void set_time(const pv::util::Timestamp& time) override; float get_x() const;