1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-25 23:51:35 +01:00

Redo layout tables as std::vector

This commit is contained in:
Paul Licameli
2017-06-13 13:34:12 -04:00
parent 063c6c236f
commit 5982dccd36
2 changed files with 43 additions and 35 deletions

View File

@@ -92,7 +92,8 @@ public:
static void DrawItems
( wxDC *dc, const wxRect &rect, const Track *pTrack,
const TCPLine topLines[], const TCPLine bottomLines[],
const std::vector<TCPLine> &topLines,
const std::vector<TCPLine> &bottomLines,
int mouseCapture, bool captured );
static void CloseTitleDrawFunction