X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fanalogsnapshot.h;h=9e2e782ae124838c336da09e55b96d3680582c0a;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=9f0711f2d3e20ae3dde93df9562a7c56c9e65e7f;hpb=9e587572b631aa81b1626ff55a21e660742ea2c0;p=pulseview.git diff --git a/pv/data/analogsnapshot.h b/pv/data/analogsnapshot.h index 9f0711f..9e2e782 100644 --- a/pv/data/analogsnapshot.h +++ b/pv/data/analogsnapshot.h @@ -85,7 +85,7 @@ private: void append_payload_to_envelope_levels(); private: - struct Envelope _envelope_levels[ScaleStepCount]; + struct Envelope envelope_levels_[ScaleStepCount]; friend struct AnalogSnapshotTest::Basic; };