]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logicsegment.cpp
Replaced NULL with nullptr
[pulseview.git] / pv / data / logicsegment.cpp
index e56a8371093555ef66b5d3804c8c8f4fdf284d0c..30e4e67dcecced37fa8267b489c9364363e1223a 100644 (file)
@@ -306,7 +306,7 @@ void LogicSegment::get_subsampled_edges(
 
                // We cannot fast-forward if there is no mip-map data at
                // at the minimum level.
-               fast_forward = (mip_map_[level].data != NULL);
+               fast_forward = (mip_map_[level].data != nullptr);
 
                if (min_length < MipMapScaleFactor)
                {