mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 23:21:33 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -193,7 +193,7 @@ void BlockFile::Deinit()
|
||||
/// This method also has the side effect of setting the mMin, mMax,
|
||||
/// and mRMS members of this class.
|
||||
///
|
||||
/// You must not delete the returned buffer; it is static to this
|
||||
/// You must not DELETE the returned buffer; it is static to this
|
||||
/// method.
|
||||
///
|
||||
/// @param buffer A buffer containing the sample data to be analyzed
|
||||
|
||||
Reference in New Issue
Block a user