mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
apply parts of Campbell Bartons patch for cleaning up compiler warnings: add static qualifiers to methods, ensure prototypes match definitions and some whitespace and comment changes
This commit is contained in:
@@ -56,8 +56,8 @@ WX_DECLARE_HASH_MAP(BlockFile *, bool,
|
||||
// Given a project, returns a single array of all SeqBlocks
|
||||
// in the current set of tracks. Enumerating that array allows
|
||||
// you to process all block files in the current set.
|
||||
void GetAllSeqBlocks(AudacityProject *project,
|
||||
BlockArray *outBlocks)
|
||||
static void GetAllSeqBlocks(AudacityProject *project,
|
||||
BlockArray *outBlocks)
|
||||
{
|
||||
TrackList *tracks = project->GetTracks();
|
||||
TrackListIterator iter(tracks);
|
||||
|
||||
Reference in New Issue
Block a user