X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FSetup.cti;h=ca6e672f5b40a70afd5aa6db2159f07972f2a62e;hb=1a29b75bf774444ec182dfff8480a0c53597bf85;hp=f18f8b4840d132e17d9d8e6b248d362d14beea16;hpb=2eb3c777cc9db271336c226f4eeec6018c196c3e;p=senf.git diff --git a/PPI/Setup.cti b/PPI/Setup.cti index f18f8b4..ca6e672 100644 --- a/PPI/Setup.cti +++ b/PPI/Setup.cti @@ -26,6 +26,7 @@ //#include "Setup.ih" // Custom includes +#include "Jack.hh" #define prefix_ inline ///////////////////////////////cti.p/////////////////////////////////////// @@ -37,7 +38,7 @@ prefix_ void senf::ppi:: connect(T & source, C & target, typename boost::disable_if< boost::is_base_of >::type *, typename boost::enable_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); } @@ -47,7 +48,7 @@ prefix_ void senf::ppi:: connect(C & source, T & target, typename boost::enable_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, target.input); } @@ -57,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); }