X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d21f2ae93e81aa5f8e1e596c7b4c04132199c6cc..03f48bb9a6678946fbcc4ded7a2d26c8f61873b5:/projects/sgauthstress/user.cpp diff --git a/projects/sgauthstress/user.cpp b/projects/sgauthstress/user.cpp index 808ff7aa..efe63af6 100644 --- a/projects/sgauthstress/user.cpp +++ b/projects/sgauthstress/user.cpp @@ -51,7 +51,7 @@ if (sock > 0) close(sock); } -const USER & USER::operator=(const USER & rvalue) +USER & USER::operator=(const USER & rvalue) { login = rvalue.login; password = rvalue.password;