X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/07bd133ff9a290ff7475c94c1578db3d0d91b853..fe67eb715426dbd5bb72d133b8d708f3042f1199:/projects/sgauthstress/user.h?ds=inline

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();