StatSerializer: use std::move
This commit is contained in:
@@ -24,8 +24,8 @@ namespace Json { class Value; }
|
||||
namespace StatSerializer
|
||||
{
|
||||
/* Try to load the player statistics. */
|
||||
void Load(cStatManager & Manager, const std::string & WorldPath, std::string FileName);
|
||||
void Load(cStatManager & Manager, const std::string & WorldPath, std::string && FileName);
|
||||
|
||||
/* Try to save the player statistics. */
|
||||
void Save(const cStatManager & Manager, const std::string & WorldPath, std::string FileName);
|
||||
void Save(const cStatManager & Manager, const std::string & WorldPath, std::string && FileName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user