1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-13 08:06:32 +01:00

new -> NEW in comments, so text search for naked new excludes them

This commit is contained in:
Paul Licameli
2016-08-08 09:50:55 -04:00
parent 57afa1399e
commit a52f7f8410
14 changed files with 21 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ Paul Licameli
#ifndef __AUDACITY_TRACK_PANEL_CELL__
#define __AUDACITY_TRACK_PANEL_CELL__
// Future: TrackPanelCell will be generalized to a new abstract base class of Track
// Future: TrackPanelCell will be generalized to a NEW abstract base class of Track
// and of other things.
class Track;
using TrackPanelCell = Track;