X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Flogicsnapshot.h;h=db4d97b3b93ab59e6d1682c68567ebf33beb7972;hp=a215f92801307879b91402ffadffc9f3e668cc2a;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/data/logicsnapshot.h b/pv/data/logicsnapshot.h index a215f92..db4d97b 100644 --- a/pv/data/logicsnapshot.h +++ b/pv/data/logicsnapshot.h @@ -103,8 +103,8 @@ private: static uint64_t pow2_ceil(uint64_t x, unsigned int power); private: - struct MipMapLevel _mip_map[ScaleStepCount]; - uint64_t _last_append_sample; + struct MipMapLevel mip_map_[ScaleStepCount]; + uint64_t last_append_sample_; friend struct LogicSnapshotTest::Pow2; friend struct LogicSnapshotTest::Basic;