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