mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
i like nullptr
This commit is contained in:
parent
fa78fe1f33
commit
28af3c2024
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue