2006-10-18 Thierry GERAUD <theo(a)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(); \
} \
}; \
\