mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
prefer nullptr to 0
This commit is contained in:
parent
71f946f3b3
commit
dd211c4329
1 changed files with 1 additions and 1 deletions
|
|
@ -6825,7 +6825,7 @@ EditorRubberbandSelectDrag::deselect_things ()
|
|||
NoteCreateDrag::NoteCreateDrag (EditingContext& ec, ArdourCanvas::Item* i, MidiView* mv)
|
||||
: Drag (ec, i, Temporal::BeatTime, ec.get_trackview_group())
|
||||
, _midi_view (mv)
|
||||
, _drag_rect (0)
|
||||
, _drag_rect (nullptr)
|
||||
{
|
||||
_note[0] = _note[1] = timepos_t (Temporal::BeatTime);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue