i like nullptr

This commit is contained in:
Paul Davis 2023-09-11 10:23:00 -06:00
parent fa78fe1f33
commit 28af3c2024
1 changed files with 1 additions and 1 deletions

View File

@ -3244,7 +3244,7 @@ TempoCurveDrag::aborted (bool moved)
TempoMarkerDrag::TempoMarkerDrag (Editor* e, ArdourCanvas::Item* i)
: Drag (e, i, Temporal::BeatTime)
, _before_state (0)
, _before_state (nullptr)
{
DEBUG_TRACE (DEBUG::Drags, "New TempoMarkerDrag\n");