mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
use nullptr instead of NULL
This commit is contained in:
parent
3248fb8b59
commit
478d688aac
1 changed files with 2 additions and 2 deletions
|
|
@ -1231,8 +1231,8 @@ MidiView::view_changed()
|
|||
return;
|
||||
}
|
||||
|
||||
Note* sus = NULL;
|
||||
Hit* hit = NULL;
|
||||
Note* sus = nullptr;
|
||||
Hit* hit = nullptr;
|
||||
|
||||
for (Events::iterator i = _events.begin(); i != _events.end(); ++i) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue