mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix miscellaneous issues discovered by Sonar
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
void joinTCP();
|
||||
|
||||
/// Get all configured player names. The first name would always be present and initialized to its default value.
|
||||
const std::vector<std::string> getPlayersNames();
|
||||
std::vector<std::string> getPlayersNames();
|
||||
|
||||
void onNameChange(std::string newText);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user