1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 17:14:07 +01:00

Get rid of wx object arrays, use std::vector

This commit is contained in:
Paul Licameli
2018-02-02 13:24:53 -05:00
parent 89d8f0df63
commit 080dd34e61
56 changed files with 350 additions and 497 deletions

View File

@@ -11,7 +11,6 @@
#define __AUDACITY_XML_XML_FILE_WRITER__
#include <wx/arrstr.h>
#include <wx/dynarray.h>
#include <wx/ffile.h>
#include "../FileException.h"