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