]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/timeitem.hpp
Style and architecture fixes
[pulseview.git] / pv / views / trace / timeitem.hpp
index f53dda84ebc2efb019ab423aba02d6756961dad8..c9b322c7703c1d44287e9f14232e98697f1ca24d 100644 (file)
@@ -53,7 +53,7 @@ public:
 
        virtual float get_x() const = 0;
 
 
        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.
 
        /**
         * Drags the item to a delta relative to the drag point.