mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 07:31:19 +01:00
Define and use wxArrayStringEx...
reducing verbosity where there were repeated calls of Add(), and defining move construction and assignment for efficient returns from functions
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
double t,
|
||||
bool rightEdge);
|
||||
|
||||
static wxArrayString GetSnapLabels();
|
||||
static wxArrayStringEx GetSnapLabels();
|
||||
|
||||
// The two coordinates need not be ordered:
|
||||
static void Draw( wxDC *dc, wxInt64 snap0, wxInt64 snap1 );
|
||||
|
||||
Reference in New Issue
Block a user