X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FSetup.cti;h=7245c5c2bd5d13d0b56e38cec79d495b313f466f;hb=2d88e6b3f5a6f3906e42264f58859e6bf9c12dae;hp=ca6e672f5b40a70afd5aa6db2159f07972f2a62e;hpb=8a3c2486ed4e34d016c2b89beb5900fdc9d1b3b2;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); }