git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed build.
[stg.git]
/
projects
/
sgauthstress
/
user.h
diff --git
a/projects/sgauthstress/user.h
b/projects/sgauthstress/user.h
index 1aa6f9e38b68f2f86928e84759a753a25158144d..ef63a907886d7cd12991a945af53a001563f69cd 100644
(file)
--- 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();