mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +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:
@@ -191,7 +191,7 @@ void KeyConfigPrefs::CreateList()
|
||||
mList->SetColumnWidth(KeyComboColumn, 250);
|
||||
}
|
||||
|
||||
int wxCALLBACK SortCallback(long item1, long item2, long sortData)
|
||||
static int wxCALLBACK SortCallback(long item1, long item2, long sortData)
|
||||
{
|
||||
wxArrayString *names = (wxArrayString *) sortData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user