X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftriggermarker.hpp;h=40c096c0292fa32778c078f0a26bb5fbb1059789;hb=20c99cfc69d3c7430817abd9a1f810698deb4a18;hp=a97fefb0d3faf8c571e347f6b7ddfa240c31af39;hpb=119c5c232ef47e92ef6a5cc9f8b7c4c31dc2f387;p=pulseview.git diff --git a/pv/views/trace/triggermarker.hpp b/pv/views/trace/triggermarker.hpp index a97fefb0..40c096c0 100644 --- a/pv/views/trace/triggermarker.hpp +++ b/pv/views/trace/triggermarker.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP -#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACE_TRIGGERMARKER_HPP +#define PULSEVIEW_PV_VIEWS_TRACE_TRIGGERMARKER_HPP #include "timeitem.hpp" @@ -67,6 +67,8 @@ public: */ void set_time(const pv::util::Timestamp& time) override; + virtual const pv::util::Timestamp time() const override; + float get_x() const override; /** @@ -90,4 +92,4 @@ private: } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_TRIGGERMARKER_HPP