X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fanalogsnapshot.h;h=9f0711f2d3e20ae3dde93df9562a7c56c9e65e7f;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hp=b60c2ce72580c4fdf51d84940f0e836216759bae;hpb=27d7c96b57d967edd8bcde9bb5570d573a0ef474;p=pulseview.git diff --git a/pv/data/analogsnapshot.h b/pv/data/analogsnapshot.h index b60c2ce7..9f0711f2 100644 --- a/pv/data/analogsnapshot.h +++ b/pv/data/analogsnapshot.h @@ -27,7 +27,7 @@ #include namespace AnalogSnapshotTest { -class Basic; +struct Basic; } namespace pv { @@ -87,7 +87,7 @@ private: private: struct Envelope _envelope_levels[ScaleStepCount]; - friend class AnalogSnapshotTest::Basic; + friend struct AnalogSnapshotTest::Basic; }; } // namespace data