mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-17 00:07:54 +01:00
new -> NEW in comments, so text search for naked new excludes them
This commit is contained in:
@@ -265,7 +265,7 @@ void UndoManager::PushState(const TrackList * l,
|
||||
}
|
||||
|
||||
// Assume tags was duplicted before any changes.
|
||||
// Just save a new shared_ptr to it.
|
||||
// Just save a NEW shared_ptr to it.
|
||||
stack.push_back(
|
||||
make_movable<UndoStackElem>
|
||||
(std::move(tracksCopy),
|
||||
|
||||
Reference in New Issue
Block a user