X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fanalog.hpp;h=6634728a78e45e6c7ab73fe3661ccf1a80e65f71;hb=5e6967cb2bcacbfb9e5b627becb6752621949998;hp=777deb6d01b4e161905bb8830f184c1a0d164624;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/data/analog.hpp b/pv/data/analog.hpp index 777deb6d..6634728a 100644 --- a/pv/data/analog.hpp +++ b/pv/data/analog.hpp @@ -14,8 +14,7 @@ * 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_ANALOG_HPP @@ -46,7 +45,7 @@ public: void clear(); - uint64_t get_max_sample_count() const; + uint64_t max_sample_count() const; private: std::deque< std::shared_ptr > segments_;