X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/07bd133ff9a290ff7475c94c1578db3d0d91b853..88d417fe320b5ea8746f86f7f10e2c7ba31a437c:/projects/sgauthstress/user.h diff --git a/projects/sgauthstress/user.h b/projects/sgauthstress/user.h index 1aa6f9e3..ef63a907 100644 --- a/projects/sgauthstress/user.h +++ b/projects/sgauthstress/user.h @@ -15,7 +15,7 @@ class USER { USER(const USER & rvalue); ~USER(); - const USER & operator=(const USER & rvalue); + USER & operator=(const USER & rvalue); bool InitNetwork();