X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fsnapshot.h;h=5fb79198eb2b6efe64f0e3cd1f0995d4d8ca14cf;hb=74043039e3ccc19fe890355722b14f2f5272f19c;hp=e99a7a3c8b449e154b3e91740b96b70395096daa;hpb=9dbb80b0dbc0fc51a11e42f8e10fc72e9b66f694;p=pulseview.git diff --git a/pv/data/snapshot.h b/pv/data/snapshot.h index e99a7a3c..5fb79198 100644 --- a/pv/data/snapshot.h +++ b/pv/data/snapshot.h @@ -35,7 +35,7 @@ public: virtual ~Snapshot(); - uint64_t get_sample_count(); + uint64_t get_sample_count() const; protected: void append_data(void *data, uint64_t samples);