mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -385,7 +385,7 @@ wxFileName ODDecodeBlockFile::GetFileName()
|
||||
/// This method also has the side effect of setting the mMin, mMax,
|
||||
/// and mRMS members of this class.
|
||||
///
|
||||
/// Unlike BlockFile's implementation You SHOULD delete the returned buffer.
|
||||
/// Unlike BlockFile's implementation You SHOULD DELETE the returned buffer.
|
||||
/// this is protected so it shouldn't be hard to deal with - just override
|
||||
/// all BlockFile methods that use this method.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user