X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fanalogsnapshot.h;h=9f0711f2d3e20ae3dde93df9562a7c56c9e65e7f;hp=b60c2ce72580c4fdf51d84940f0e836216759bae;hb=9e587572b631aa81b1626ff55a21e660742ea2c0;hpb=3fe44dc6ada6c6e2ed771ab09dbedff7148fd053 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