X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdata%2Fanalogsnapshot.hpp;h=69c28a2a60b793e13a790cb360172aae61236eac;hb=ff008de665c7990d5f3408f918ff090d8e6c60b2;hp=3c6f99c2c873dad8bb2956eb43672968aef2771c;hpb=7f4038d6abbe86e8a8c511df188293a704064167;p=pulseview.git diff --git a/pv/data/analogsnapshot.hpp b/pv/data/analogsnapshot.hpp index 3c6f99c..69c28a2 100644 --- a/pv/data/analogsnapshot.hpp +++ b/pv/data/analogsnapshot.hpp @@ -66,7 +66,7 @@ private: static const uint64_t EnvelopeDataUnit; public: - AnalogSnapshot(uint64_t expected_num_samples = 0); + AnalogSnapshot(uint64_t samplerate, uint64_t expected_num_samples = 0); virtual ~AnalogSnapshot();