Misc: Pass string_view by value
This commit is contained in:
@ -74,7 +74,7 @@ SettingsInterface* GetSettingsInterface();
|
||||
SettingsInterface* GetSettingsInterfaceForBindings();
|
||||
|
||||
/// Debugger feedback.
|
||||
void ReportDebuggerMessage(const std::string_view& message);
|
||||
void ReportDebuggerMessage(std::string_view message);
|
||||
void ReportFormattedDebuggerMessage(const char* format, ...);
|
||||
|
||||
/// Returns a list of supported languages and codes (suffixes for translation files).
|
||||
|
||||
Reference in New Issue
Block a user