X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Flogic.cpp;h=9ba8f2c3d6e1a70ed761f88ea57d27dfff9d38a8;hp=3d7f27422a024d54e7970837c87d56c8a8bf3e2d;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=9aa2602a054146d1be4fe833a6d7135d7f307a27 diff --git a/pv/data/logic.cpp b/pv/data/logic.cpp index 3d7f2742..9ba8f2c3 100644 --- a/pv/data/logic.cpp +++ b/pv/data/logic.cpp @@ -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 . */ #include @@ -65,7 +64,7 @@ void Logic::clear() segments_.clear(); } -uint64_t Logic::get_max_sample_count() const +uint64_t Logic::max_sample_count() const { uint64_t l = 0; for (std::shared_ptr s : segments_) {