1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02: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

@@ -18,8 +18,6 @@
#include "LabelTrack.h"
#include "WaveTrack.h"
#include <wx/arrimpl.cpp>
inline bool operator < (SnapPoint s1, SnapPoint s2)
{
return s1.t < s2.t;