git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed empty line.
[stg.git]
/
include
/
stg
/
admin_conf.h
diff --git
a/include/stg/admin_conf.h
b/include/stg/admin_conf.h
index d906a6540217acd1de25397596bd45c2d0cc9f21..c13160eea86ba47e26e380ba692bb637b95b3f6c 100644
(file)
--- a/
include/stg/admin_conf.h
+++ b/
include/stg/admin_conf.h
@@
-90,6
+90,7
@@
struct ADMIN_CONF_RES
priv = rhs.priv;
login = rhs.login;
password = rhs.password;
+ return *this;
}
RESETABLE<PRIV> priv;
RESETABLE<std::string> login;