mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 20:53:45 +01:00
Reserve vectors before pushing and other code quality changes (#11161)
This commit is contained in:
@@ -725,7 +725,7 @@ private:
|
||||
* @param i a content ID
|
||||
* @param name a node name
|
||||
*/
|
||||
void addNameIdMapping(content_t i, std::string name);
|
||||
void addNameIdMapping(content_t i, const std::string &name);
|
||||
|
||||
/*!
|
||||
* Removes a content ID from all groups.
|
||||
|
||||
Reference in New Issue
Block a user