mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
simpler assert
This commit is contained in:
parent
751dea75d3
commit
decb945300
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ StatefulDiffCommand::StatefulDiffCommand (std::shared_ptr<StatefulDestructible>
|
|||
}
|
||||
}
|
||||
|
||||
assert (_changes != 0);
|
||||
assert (_changes);
|
||||
|
||||
/* if the stateful object that this command refers to goes away,
|
||||
be sure to notify owners of this command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue