From fa69f94e77a6c3761073f0c3b72fadb54d70856b Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sun, 21 Jul 2019 09:32:44 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/logic/HandleSys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/logic/HandleSys.h b/core/logic/HandleSys.h index a9a515eb5..54161e436 100644 --- a/core/logic/HandleSys.h +++ b/core/logic/HandleSys.h @@ -306,6 +306,6 @@ private: } private: HandleAccess *pSecurity; -} +}; #endif //_INCLUDE_SOURCEMOD_HANDLESYSTEM_H_