1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Some cppcheck fixes by David Binderman

This commit is contained in:
James Crook
2017-11-04 17:34:39 +00:00
parent 7c49019669
commit 68897d8932
6 changed files with 8 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ enum Column
class RowData
{
public:
RowData(int index_, const wxString &title_, SelectedRegion selectedRegion_)
RowData(int index_, const wxString &title_, const SelectedRegion &selectedRegion_)
: index(index_), title(title_), selectedRegion(selectedRegion_)
{}