Codechange: replace char* where out-of-date

This commit is contained in:
Rubidium
2025-05-04 08:24:50 +02:00
committed by rubidium42
parent d697280493
commit 3f2b39e3f8
4 changed files with 4 additions and 4 deletions

View File

@@ -1278,7 +1278,7 @@ bool NetworkValidateClientName(std::string &client_name)
* Convenience method for NetworkValidateClientName on _settings_client.network.client_name.
* It trims the client name and checks whether it is empty. When it is empty
* an error message is shown to the GUI user.
* See \c NetworkValidateClientName(char*) for details about the functionality.
* See \c NetworkValidateClientName(std::string&) for details about the functionality.
* @return True iff the client name is valid.
*/
bool NetworkValidateOurClientName()