Codechange: replace char * with std::string_view
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
* Get the name used by the listener.
|
||||
* @return the name to show in debug logs and the like.
|
||||
*/
|
||||
static const char *GetName()
|
||||
static std::string_view GetName()
|
||||
{
|
||||
return "server";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user