]> sigrok.org Git - pulseview.git/blobdiff - pv/view/cursorpair.hpp
Use a type with a greater resolution to represent time values
[pulseview.git] / pv / view / cursorpair.hpp
index af7e67dc0b16788ba7725235d14219f1649c6f24..2d47212ef77f1879ff3e7e9b0c761d609b33394c 100644 (file)
@@ -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;