mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Compile warning. There's another one in here about an uninit'd variable I'm ignoring... for now...
This commit is contained in:
parent
ed778721d3
commit
b3d6457ef5
@ -55,7 +55,7 @@ BEGIN_EVENT_TABLE(ExtImportPrefs, PrefsPanel)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
ExtImportPrefs::ExtImportPrefs(wxWindow * parent)
|
||||
: PrefsPanel(parent, _("Extended Import")), RuleTable(NULL), PluginList(NULL), last_selected (-1), mCreateTable (false)
|
||||
: PrefsPanel(parent, _("Extended Import")), RuleTable(NULL), PluginList(NULL), mCreateTable (false), last_selected (-1)
|
||||
{
|
||||
dragtext = new wxTextDataObject(wxT(""));
|
||||
dragtarget = new RuleTableDropTarget(dragtext);
|
||||
|
Loading…
x
Reference in New Issue
Block a user