From 6af0971545fd89f4eb2370f00c8d64b60c87c570 Mon Sep 17 00:00:00 2001 From: Mareq Date: Wed, 20 Jan 2016 00:50:08 +0000 Subject: [PATCH] Fix extra semicolon warning. https://sourceforge.net/p/turtle/tickets/61/ --- include/turtle/detail/cleanup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/turtle/detail/cleanup.hpp b/include/turtle/detail/cleanup.hpp index 87cc5fb..ca5d212 100644 --- a/include/turtle/detail/cleanup.hpp +++ b/include/turtle/detail/cleanup.hpp @@ -28,7 +28,7 @@ namespace detail mock::reset(); } }; - BOOST_GLOBAL_FIXTURE( cleanup ); + BOOST_GLOBAL_FIXTURE( cleanup ) } } // mock