X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fmembind.hh;h=2a5a4e9236995186985fdb5b71a77c54560cc83a;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=b77c3bd8fd2dcef18d1f1372edf59d4f1c443059;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/membind.hh b/senf/Utils/membind.hh index b77c3bd..2a5a4e9 100644 --- a/senf/Utils/membind.hh +++ b/senf/Utils/membind.hh @@ -124,9 +124,9 @@ Foo() { // Get bound member function for second overload - SENF_MEMBINDFNP(int, Foo, foo, () const) + SENF_MEMBINDFNP(int, Foo, foo, () const) } - + }; \endcode