X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Flogic.hpp;h=6e5749a31ee86daac20bf38f2b963a66ed69ebb3;hp=990ad3ff9b0c3cf70c640283c2a2a319bad84941;hb=26a883ede0bcf68d087eda5dd2082890d36c7aef;hpb=9aa2602a054146d1be4fe833a6d7135d7f307a27 diff --git a/pv/data/logic.hpp b/pv/data/logic.hpp index 990ad3ff..6e5749a3 100644 --- a/pv/data/logic.hpp +++ b/pv/data/logic.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_LOGIC_HPP @@ -47,7 +46,7 @@ public: void clear(); - uint64_t get_max_sample_count() const; + uint64_t max_sample_count() const; private: const unsigned int num_channels_;