X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftriggermarker.hpp;h=40c096c0292fa32778c078f0a26bb5fbb1059789;hb=b36ba61198551c5994c9b3210b07109ac0d87829;hp=c81fd47065fa24a27e0521febe9ff909a1c22e1e;hpb=710c2a1896fbac968c82f2d1257aaabd10a48cc8;p=pulseview.git diff --git a/pv/views/trace/triggermarker.hpp b/pv/views/trace/triggermarker.hpp index c81fd470..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" @@ -71,8 +71,6 @@ public: float get_x() const override; - virtual const pv::util::Timestamp delta(const pv::util::Timestamp& other) const override; - /** * Gets the arrow-tip point of the time marker. * @param rect the rectangle of the ruler area. @@ -94,4 +92,4 @@ private: } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_TRIGGERMARKER_HPP