X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftimeitem.hpp;h=c9b322c7703c1d44287e9f14232e98697f1ca24d;hp=f53dda84ebc2efb019ab423aba02d6756961dad8;hb=9f094349d415a37ec30fa2aa2bb6c979c03d6bc1;hpb=710c2a1896fbac968c82f2d1257aaabd10a48cc8 diff --git a/pv/views/trace/timeitem.hpp b/pv/views/trace/timeitem.hpp index f53dda84..c9b322c7 100644 --- a/pv/views/trace/timeitem.hpp +++ b/pv/views/trace/timeitem.hpp @@ -53,7 +53,7 @@ public: virtual float get_x() const = 0; - virtual const pv::util::Timestamp delta(const pv::util::Timestamp& other) const = 0; + virtual const pv::util::Timestamp delta(const pv::util::Timestamp& other) const; /** * Drags the item to a delta relative to the drag point.