X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursorpair.hpp;h=2d47212ef77f1879ff3e7e9b0c761d609b33394c;hp=af7e67dc0b16788ba7725235d14219f1649c6f24;hb=60d9b99a32e551cffd2b537d3e157d578a761c9b;hpb=dae21ebcf60d6a5d7c194736b1dc792a5cbf06a5 diff --git a/pv/view/cursorpair.hpp b/pv/view/cursorpair.hpp index af7e67d..2d47212 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;