mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 01:39:19 +02:00
reformat: parameters can be made pointer to const
This commit is contained in:
@@ -219,7 +219,7 @@ std::vector<ui::vehiclepicker_panel::search_info> ui::vehiclepicker_panel::parse
|
||||
return info_list;
|
||||
}
|
||||
|
||||
bool ui::vehiclepicker_panel::skin_filter(const skin_set *skin, std::vector<search_info> &info_list)
|
||||
bool ui::vehiclepicker_panel::skin_filter(const skin_set *skin, const std::vector<search_info> &info_list)
|
||||
{
|
||||
bool any = false;
|
||||
bool alternative_present = false;
|
||||
|
||||
Reference in New Issue
Block a user