[Base] LaunchWebBrowser now takes a string view.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
namespace xe {
|
||||
|
||||
void LaunchWebBrowser(const std::string& url);
|
||||
void LaunchWebBrowser(const std::string_view url);
|
||||
void LaunchFileExplorer(const std::filesystem::path& path);
|
||||
|
||||
enum class SimpleMessageBoxType {
|
||||
|
||||
Reference in New Issue
Block a user