X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fanalog.hpp;h=6634728a78e45e6c7ab73fe3661ccf1a80e65f71;hp=777deb6d01b4e161905bb8830f184c1a0d164624;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/data/analog.hpp b/pv/data/analog.hpp index 777deb6..6634728 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_;