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

Don't use wxArrayPtrVoid with casts, use std::vector

This commit is contained in:
Paul Licameli
2016-09-08 11:04:35 -04:00
parent 43b4d3cc99
commit 2263a0f477
8 changed files with 49 additions and 38 deletions

View File

@@ -19,7 +19,6 @@
#include "ToolBar.h"
class wxArrayPtrVoid;
class wxCommandEvent;
class wxEraseEvent;
class wxSizeEvent;