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