]> sigrok.org Git - pulseview.git/blobdiff - pv/data/analogsegment.hpp
Fix inconsistent declaration parameter names.
[pulseview.git] / pv / data / analogsegment.hpp
index 1a91b8b7a411eaeca048f1a3065e1d4045c8e923..46c6b6754655d4067e5b5e8c6fd5e1124cfd24ae 100644 (file)
@@ -80,7 +80,7 @@ public:
                uint64_t start, uint64_t end, float min_length) const;
 
 private:
-       void reallocate_envelope(Envelope &l);
+       void reallocate_envelope(Envelope &e);
 
        void append_payload_to_envelope_levels();