
18 Oct
2006
18 Oct
'06
7:34 a.m.
2006-10-18 Thierry GERAUD <theo@tegucigalpa.lrde.epita.fr> * xtd/accessor.hh (xtd_decl_accessor): Fix typo in method access. Index: xtd/accessor.hh =================================================================== --- xtd/accessor.hh (revision 656) +++ xtd/accessor.hh (working copy) @@ -58,7 +58,7 @@ { \ xtd_res(MethodName##_<T>) impl_op(const T& arg) const \ { \ - return arg.red(); \ + return arg.MethodName(); \ } \ }; \ \