]> sigrok.org Git - pulseview.git/blobdiff - pv/logicdatasnapshot.h
Made LogicDataSnapshot::get_sample private rather than mutex protecting it
[pulseview.git] / pv / logicdatasnapshot.h
index 2a18835fe01eb441b98f2314276b67bca898e20b..63680200d11f4bfce47ef24f6e6f31fdf9345f7c 100644 (file)
@@ -68,9 +68,9 @@ private:
 
        void append_payload_to_mipmap();
 
-public:
        uint64_t get_sample(uint64_t index) const;
 
+public:
        /**
         * Parses a logic data snapshot to generate a list of transitions
         * in a time interval to a given level of detail.