mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
use nullptr instead of zero in initializer
This commit is contained in:
parent
017ad176ad
commit
e703cf2d73
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue