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

This commit is contained in:
Admiral H. Curtiss
2021-11-22 03:44:33 +01:00
parent ab56f3ecbd
commit 269ae6f7e8
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();