X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fanalogsegment.hpp;h=46c6b6754655d4067e5b5e8c6fd5e1124cfd24ae;hb=6de38b17e7a9182b6557104dd3a902bb7784db95;hp=38922f59b0f49b8a97e49b0990ce2cae0387a3d8;hpb=f3d66e52ed6b454ea7a0662d5e6367e230116a2b;p=pulseview.git diff --git a/pv/data/analogsegment.hpp b/pv/data/analogsegment.hpp index 38922f59..46c6b675 100644 --- a/pv/data/analogsegment.hpp +++ b/pv/data/analogsegment.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_DATA_ANALOGSNAPSHOT_H -#define PULSEVIEW_PV_DATA_ANALOGSNAPSHOT_H +#ifndef PULSEVIEW_PV_DATA_ANALOGSEGMENT_HPP +#define PULSEVIEW_PV_DATA_ANALOGSEGMENT_HPP #include "segment.hpp" @@ -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(); @@ -93,4 +93,4 @@ private: } // namespace data } // namespace pv -#endif // PULSEVIEW_PV_DATA_ANALOGSNAPSHOT_H +#endif // PULSEVIEW_PV_DATA_ANALOGSEGMENT_HPP