mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Using std::move(), correct clear strings, better use '= default;', modernize make_* and replace heavy strlen
This commit is contained in:
committed by
Hielke Morsink
parent
0045aed7f9
commit
958bfbc08a
@@ -250,7 +250,7 @@ public:
|
||||
item->Name = newName;
|
||||
item->Path = newPath;
|
||||
SortItems();
|
||||
result = newPath;
|
||||
result = std::move(newPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user