Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Add const references detected by clang-tidy
This commit is contained in:
commit
6c390b620d
57 changed files with 119 additions and 119 deletions
|
|
@ -1111,7 +1111,7 @@ void EditorExportPlatformAndroid::_fix_manifest(const Ref<EditorExportPreset> &p
|
|||
}
|
||||
|
||||
for (int i = 0; i < feature_names.size(); i++) {
|
||||
String feature_name = feature_names[i];
|
||||
const String &feature_name = feature_names[i];
|
||||
bool feature_required = feature_required_list[i];
|
||||
int feature_version = feature_versions[i];
|
||||
bool has_version_attribute = feature_version != -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue