]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logicsnapshot.h
Make member variable underscores a suffix instead of a prefix
[pulseview.git] / pv / data / logicsnapshot.h
index a215f92801307879b91402ffadffc9f3e668cc2a..db4d97b3b93ab59e6d1682c68567ebf33beb7972 100644 (file)
@@ -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;