Another std::string_view change, buildfix

This commit is contained in:
Henrik Rydgård
2025-08-31 15:24:33 +02:00
parent 1ef55a9a36
commit 380fa19d3c
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ void MainWindow::loadAct()
{
QFileInfo info(filename);
g_Config.currentDirectory = Path(info.absolutePath().toStdString());
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, filename.toStdString().c_str());
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, filename.toStdString());
}
}