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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user