From 909d546d1226ce8c22d3ae7a4323712dc8dec035 Mon Sep 17 00:00:00 2001 From: mat007 Date: Wed, 16 Jun 2010 20:31:07 +0000 Subject: [PATCH] Clean-up git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@162 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/turtle/function.hpp b/src/libraries/turtle/function.hpp index a52162e..dcaa43b 100644 --- a/src/libraries/turtle/function.hpp +++ b/src/libraries/turtle/function.hpp @@ -92,7 +92,7 @@ namespace mock void test() const { - return impl_->test(); + impl_->test(); } result_type operator()() const