X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2Fdetail%2FCallback.hh;h=015c20f2334890b1a87f994a8e921da6a4855ddd;hb=9bc655e14d2d8c204ed835896cb51e42d49bd68f;hp=edecc0b86d1bdbf2c69783561ddc7c8aed15168c;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/detail/Callback.hh b/senf/PPI/detail/Callback.hh index edecc0b..015c20f 100644 --- a/senf/PPI/detail/Callback.hh +++ b/senf/PPI/detail/Callback.hh @@ -54,7 +54,7 @@ namespace detail { struct Callback { typedef boost::function type; - + template static type make(void (FnClass::* memfn )(), Owner & owner); template @@ -71,7 +71,7 @@ namespace detail { struct Callback { typedef boost::function type; - + template static type make(void (FnClass::* memfn )(), Owner & owner); template