diff options
author | Sebastian Valle Herrera <subv2112@gmail.com> | 2014-05-17 18:40:23 -0500 |
---|---|---|
committer | Sebastian Valle Herrera <subv2112@gmail.com> | 2014-05-17 18:40:23 -0500 |
commit | b70edf7bcababd1179ee059bf4a6bfe093f0551f (patch) | |
tree | ebdca479c31af98662d9b622959746788520521a /src/server/authserver/Authentication/AuthCodes.cpp | |
parent | 2d1272da5f0f341ff4c9e5fd1500db4337bb7c96 (diff) | |
parent | e7255e66da1734872c3a05651f910b74b18c765a (diff) |
Merge pull request #12071 from Praetonus/warnings
Fix various warnings.
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.cpp')
-rw-r--r-- | src/server/authserver/Authentication/AuthCodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.cpp b/src/server/authserver/Authentication/AuthCodes.cpp index bb278dd6653..55517884b8e 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -79,4 +79,4 @@ namespace AuthHelper return NULL; } -}; +} |