aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Authentication/AuthCodes.h
diff options
context:
space:
mode:
authorSebastian Valle Herrera <subv2112@gmail.com>2014-05-17 18:40:23 -0500
committerSebastian Valle Herrera <subv2112@gmail.com>2014-05-17 18:40:23 -0500
commitb70edf7bcababd1179ee059bf4a6bfe093f0551f (patch)
treeebdca479c31af98662d9b622959746788520521a /src/server/authserver/Authentication/AuthCodes.h
parent2d1272da5f0f341ff4c9e5fd1500db4337bb7c96 (diff)
parente7255e66da1734872c3a05651f910b74b18c765a (diff)
Merge pull request #12071 from Praetonus/warnings
Fix various warnings.
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.h')
-rw-r--r--src/server/authserver/Authentication/AuthCodes.h2
1 files changed, 1 insertions, 1 deletions
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