From c4ec34e7fa9a7eb308bc94da0de8b4336dfd7afe Mon Sep 17 00:00:00 2001 From: mat007 Date: Thu, 7 Mar 2013 07:16:27 +0000 Subject: [PATCH] Removed unnecessary semicolon git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@597 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/cleanup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/detail/cleanup.hpp b/turtle/detail/cleanup.hpp index 7b21088..88e20e0 100644 --- a/turtle/detail/cleanup.hpp +++ b/turtle/detail/cleanup.hpp @@ -28,7 +28,7 @@ namespace detail mock::reset(); } }; - BOOST_GLOBAL_FIXTURE( cleanup ); + BOOST_GLOBAL_FIXTURE( cleanup ) } } // mock