mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-25 07:23:44 +02:00
Fix most of the compile warnings I get on Linux (but not the Audacity Logo
xpm stuff or a few things in FFMPEG export)
This commit is contained in:
@@ -50,8 +50,8 @@ END_EVENT_TABLE()
|
||||
|
||||
DirectoriesPrefs::DirectoriesPrefs(wxWindow * parent)
|
||||
: PrefsPanel(parent, _("Directories")),
|
||||
mTempDir(NULL),
|
||||
mFreeSpace(NULL)
|
||||
mFreeSpace(NULL),
|
||||
mTempDir(NULL)
|
||||
{
|
||||
Populate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user