Replaced NULL with nullptr
[pulseview.git] / pv / data / decode / row.hpp
index 3a163fb38a5f16741c735bf4b487807289fac0dc..9c81b8715a44c8844047e3e4bb3631bcfc37ffd5 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_DATA_DECODE_ROW_H
-#define PULSEVIEW_PV_DATA_DECODE_ROW_H
+#ifndef PULSEVIEW_PV_DATA_DECODE_ROW_HPP
+#define PULSEVIEW_PV_DATA_DECODE_ROW_HPP
 
 #include <vector>
 
@@ -38,7 +38,7 @@ public:
        Row();
 
        Row(const srd_decoder *decoder,
-               const srd_decoder_annotation_row *row = NULL);
+               const srd_decoder_annotation_row *row = nullptr);
 
        const srd_decoder* decoder() const;
        const srd_decoder_annotation_row* row() const;
@@ -56,4 +56,4 @@ private:
 } // data
 } // pv
 
-#endif // PULSEVIEW_PV_DATA_DECODE_ROW_H
+#endif // PULSEVIEW_PV_DATA_DECODE_ROW_HPP