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