Core/UICommon: Use std::move() a bit more.

This commit is contained in:
Admiral H. Curtiss 2021-11-22 03:44:33 +01:00
commit 269ae6f7e8
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
2 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ void InhibitScreenSaver(bool enable);
void SetLocale(std::string locale_name);
void CreateDirectories();
void SetUserDirectory(const std::string& custom_path);
void SetUserDirectory(std::string custom_path);
bool TriggerSTMPowerEvent();