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 | |
| parent | 2d1272da5f0f341ff4c9e5fd1500db4337bb7c96 (diff) | |
| parent | e7255e66da1734872c3a05651f910b74b18c765a (diff) | |
Merge pull request #12071 from Praetonus/warnings
Fix various warnings.
Diffstat (limited to 'src/server/authserver')
| -rw-r--r-- | src/server/authserver/Authentication/AuthCodes.cpp | 2 | ||||
| -rw-r--r-- | src/server/authserver/Authentication/AuthCodes.h | 2 |
2 files changed, 2 insertions, 2 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; } -}; +} diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h index 5e6522f8981..97b4779da0e 100644 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -92,6 +92,6 @@ namespace AuthHelper bool IsAcceptedClientBuild(int build); bool IsPostBCAcceptedClientBuild(int build); bool IsPreBCAcceptedClientBuild(int build); -}; +} #endif |
