X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fsegment.cpp;h=831c0acaac49cf68fd428ce7ef57fabc6f8a4576;hb=af503b104d890a357c736c678bb00296d889c090;hp=bc08fd07917564d86e13f35f3d37ad20dcae64e9;hpb=e7216ae0a66fe1563514cbd3f67f2e240d010315;p=pulseview.git diff --git a/pv/data/segment.cpp b/pv/data/segment.cpp index bc08fd07..831c0aca 100644 --- a/pv/data/segment.cpp +++ b/pv/data/segment.cpp @@ -52,7 +52,7 @@ uint64_t Segment::get_sample_count() const return sample_count_; } -double Segment::start_time() const +const pv::util::Timestamp& Segment::start_time() const { return start_time_; }