Misc: Pass string_view by value
This commit is contained in:
@ -209,6 +209,6 @@ std::optional<PhysicalMemoryAddress> SearchMemory(PhysicalMemoryAddress start_ad
|
||||
|
||||
// TTY Logging.
|
||||
void AddTTYCharacter(char ch);
|
||||
void AddTTYString(const std::string_view& str);
|
||||
void AddTTYString(std::string_view str);
|
||||
|
||||
} // namespace Bus
|
||||
|
||||
Reference in New Issue
Block a user