[Base] LaunchWebBrowser now takes a string view.

This commit is contained in:
gibbed
2021-06-28 12:22:13 -05:00
committed by Rick Gibbed
parent e84ef132ae
commit a12f775c23
3 changed files with 7 additions and 6 deletions

View File

@@ -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 {