X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSetup.cti;h=7245c5c2bd5d13d0b56e38cec79d495b313f466f;hb=c505c034e5fdc932c02aa3dc3847a5551011d87e;hp=ca6e672f5b40a70afd5aa6db2159f07972f2a62e;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/Setup.cti b/senf/PPI/Setup.cti index ca6e672..7245c5c 100644 --- a/senf/PPI/Setup.cti +++ b/senf/PPI/Setup.cti @@ -58,8 +58,8 @@ prefix_ void senf::ppi:: connect(T1 & source, T2 & target, typename boost::disable_if< boost::is_base_of >::type *, typename boost::disable_if< boost::is_base_of >::type *, - typename boost::disable_if< boost::is_base_of >:: type *, - typename boost::disable_if< boost::is_base_of >:: type *) + typename boost::disable_if< boost::is_base_of >::type *, + typename boost::disable_if< boost::is_base_of >::type *) { connect(source.output, target.input); }