]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decode/rowdata.hpp
Use the "default" keyword.
[pulseview.git] / pv / data / decode / rowdata.hpp
index 820959d454bbc6c2094f129a52299046c8cba995..b62711117d0c1a0066ad05570ca6ad7623e3073b 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_DATA_DECODE_ROWDATA_HPP
@@ -32,7 +31,7 @@ namespace decode {
 class RowData
 {
 public:
-       RowData();
+       RowData() = default;
 
 public:
        uint64_t get_max_sample() const;