X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fanalogsignal.hpp;h=1dd9893f1b9812f78c0a8d7c442491d1252107f5;hb=1774d669023d26029bbc19ac6c3f5a564ab1fed4;hp=c588eb88bf26e33abb7e7a8ac0fc53e7dc30af47;hpb=0a952555b9d153f42912e47f35fac5dd4643fca9;p=pulseview.git diff --git a/pv/views/trace/analogsignal.hpp b/pv/views/trace/analogsignal.hpp index c588eb88..1dd9893f 100644 --- a/pv/views/trace/analogsignal.hpp +++ b/pv/views/trace/analogsignal.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_ANALOGSIGNAL_HPP -#define PULSEVIEW_PV_VIEWS_TRACEVIEW_ANALOGSIGNAL_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACE_ANALOGSIGNAL_HPP +#define PULSEVIEW_PV_VIEWS_TRACE_ANALOGSIGNAL_HPP #include @@ -197,7 +197,8 @@ private: int current_pixel_pos_; // Only used during lookup table update // --------------------------------------------------------------------------- - // Note: Make sure to update .. when adding a trace-configurable variable here + // Note: Make sure to update save_settings() and restore_settings() when + // adding a trace-configurable variable here float scale_; int scale_index_; @@ -213,4 +214,4 @@ private: } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_ANALOGSIGNAL_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_ANALOGSIGNAL_HPP