Lioncash 2830fe820d UICommon/NetPlayIndex: Take NetPlaySession by const reference for Add()
This isn't std::moved wholesale into a member variable or further
std::moved into another function, so it's better to take it by const
reference here to avoid unnecessary reallocations of contained
std::string instances.
2019-08-04 12:29:17 -04:00
..
2019-05-15 19:28:04 +02:00
2019-05-15 19:28:04 +02:00
2019-04-10 10:46:49 +02:00