From 034ebb042c1ab50db61f4ae743e4f3d0ed268010 Mon Sep 17 00:00:00 2001 From: rich_sposato Date: Mon, 17 Oct 2011 19:57:36 +0000 Subject: [PATCH] Removed semicolon to remove compiler warning. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1152 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Checker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loki/Checker.h b/include/loki/Checker.h index ffe879b..1f05ad7 100644 --- a/include/loki/Checker.h +++ b/include/loki/Checker.h @@ -773,6 +773,6 @@ struct CheckStaticFor // ---------------------------------------------------------------------------- -}; // end namespace Loki +} // end namespace Loki #endif