1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Warning supression patch from Benjamin Drung

This commit is contained in:
richardash1981 2011-02-07 20:28:20 +00:00
parent 2a7c7de30d
commit 5304bbf19a

View File

@ -240,7 +240,7 @@ bool ExtImportPrefs::DoOnPluginKeyDown (int code)
return false;
long itemIndex = -1;
long itemIndex2;
long itemIndex2 = -1;
itemIndex = PluginList->GetNextItem(itemIndex,
wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED);
if (itemIndex == -1)