Misc: Pass string_view by value
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
namespace CrashHandler {
|
||||
bool Install();
|
||||
void SetWriteDirectory(const std::string_view& dump_directory);
|
||||
void SetWriteDirectory(std::string_view dump_directory);
|
||||
void WriteDumpForCaller();
|
||||
void Uninstall();
|
||||
} // namespace CrashHandler
|
||||
|
||||
Reference in New Issue
Block a user