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
@@ -1999,7 +1999,7 @@ void System_Notify(SystemNotification notification) {
}
}
bool System_MakeRequest(SystemRequestType type, int requestId, const std::string &param1, const std::string &param2, int64_t param3, int64_t param4) { return false; }
void System_PostUIMessage(UIMessage message, const std::string &param) {}
void System_PostUIMessage(UIMessage message, std::string_view param) {}
void System_RunOnMainThread(std::function<void()>) {}
void NativeFrame(GraphicsContext *graphicsContext) {}
void NativeResized() {}