X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecode%2Frowdata.hpp;h=b62711117d0c1a0066ad05570ca6ad7623e3073b;hp=568b1bb0ad554c6806eaf3d21b2b2fd4bafe526f;hb=8b2eb22ed4f467f5364e8e9824a12137e2433b7e;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/data/decode/rowdata.hpp b/pv/data/decode/rowdata.hpp index 568b1bb0..b6271111 100644 --- a/pv/data/decode/rowdata.hpp +++ b/pv/data/decode/rowdata.hpp @@ -14,12 +14,11 @@ * 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_DECODE_ROWDATA_H -#define PULSEVIEW_PV_DATA_DECODE_ROWDATA_H +#ifndef PULSEVIEW_PV_DATA_DECODE_ROWDATA_HPP +#define PULSEVIEW_PV_DATA_DECODE_ROWDATA_HPP #include @@ -32,7 +31,7 @@ namespace decode { class RowData { public: - RowData(); + RowData() = default; public: uint64_t get_max_sample() const; @@ -54,4 +53,4 @@ private: } // data } // pv -#endif // PULSEVIEW_PV_DATA_DECODE_ROWDATA_H +#endif // PULSEVIEW_PV_DATA_DECODE_ROWDATA_HPP