X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fdata%2Fanalogsegment.hpp;h=520f7168247222015896ae3deea7256cdfa115f6;hb=efdec55aec1a137460fa362a381ed1904182bfed;hp=6ab7a50b899aa311b8e26a8e4e767d7ea2ee9cdb;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/data/analogsegment.hpp b/pv/data/analogsegment.hpp index 6ab7a50..520f716 100644 --- a/pv/data/analogsegment.hpp +++ b/pv/data/analogsegment.hpp @@ -14,12 +14,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_DATA_ANALOGSNAPSHOT_HPP -#define PULSEVIEW_PV_DATA_ANALOGSNAPSHOT_HPP +#ifndef PULSEVIEW_PV_DATA_ANALOGSEGMENT_HPP +#define PULSEVIEW_PV_DATA_ANALOGSEGMENT_HPP #include "segment.hpp" @@ -80,7 +79,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 +92,4 @@ private: } // namespace data } // namespace pv -#endif // PULSEVIEW_PV_DATA_ANALOGSNAPSHOT_HPP +#endif // PULSEVIEW_PV_DATA_ANALOGSEGMENT_HPP