mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Add const references detected by clang-tidy
This commit is contained in:
parent
2d0ee20ff3
commit
a3cb1b096f
57 changed files with 120 additions and 120 deletions
|
@ -382,7 +382,7 @@ void DocTools::generate(BitField<GenerateFlags> p_flags) {
|
|||
continue;
|
||||
}
|
||||
|
||||
String cname = name;
|
||||
const String &cname = name;
|
||||
// Property setters and getters do not get exposed as individual methods.
|
||||
HashSet<StringName> setters_getters;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue