From 8639ea3be51548a2826cbc998bae8204c2596646 Mon Sep 17 00:00:00 2001 From: myun2 Date: Thu, 12 Jul 2012 02:39:19 +0900 Subject: [PATCH] =?utf8?q?=E7=B4=B0=E3=81=8B=E3=81=84=E8=A9=B1=E3=81=A0?= =?utf8?q?=E3=81=91=E3=81=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/tp/method_pointer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roast/include/roast/tp/method_pointer.hpp b/roast/include/roast/tp/method_pointer.hpp index 2d513bfc..dd53da0f 100644 --- a/roast/include/roast/tp/method_pointer.hpp +++ b/roast/include/roast/tp/method_pointer.hpp @@ -130,7 +130,7 @@ namespace roast return call(t1,t2); } - _Ret operator()( T1 t1, T2 t2) + _Ret operator()(T1 t1, T2 t2) { return call(t1,t2); } -- 2.11.0