X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2Fdetail%2FCallback.hh;h=015c20f2334890b1a87f994a8e921da6a4855ddd;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;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