X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/07bd133ff9a290ff7475c94c1578db3d0d91b853..c2c22250c1f6fe2ed787b96ac6ff7dae96f44464:/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();