mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-17 03:36:32 +01:00
Use const
This commit is contained in:
@@ -534,7 +534,7 @@ Audacity to trim spaces for you?"
|
||||
RuleTable->AutoSizeColumns ();
|
||||
}
|
||||
|
||||
void ExtImportPrefs::AddItemToTable (int index, ExtImportItem *item)
|
||||
void ExtImportPrefs::AddItemToTable (int index, const ExtImportItem *item)
|
||||
{
|
||||
wxString extensions, mime_types;
|
||||
if (item->extensions.Count() > 0)
|
||||
|
||||
Reference in New Issue
Block a user