use nullptr instead of zero in initializer

This commit is contained in:
Paul Davis 2025-08-18 16:20:26 -06:00
parent 017ad176ad
commit e703cf2d73

View file

@ -50,7 +50,7 @@ namespace Evoral {
SMF::SMF()
: _smf (nullptr)
, _smf_track (0)
, _smf_track (nullptr)
, _empty (true)
, _n_note_on_events (0)
, _has_pgm_change (false)