style(user): changing the getter nickname for getName()
This commit is contained in:
parent
b2c5e0f5d7
commit
e742988ca7
6 changed files with 14 additions and 9 deletions
|
|
@ -26,7 +26,7 @@ int User::getFd() const {
|
|||
*
|
||||
* @return the actual nickname of the user
|
||||
*/
|
||||
std::string User::getNickname() const {
|
||||
std::string User::getName() const {
|
||||
return this->_nickname;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue