X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.hh;h=a55b3f0a030974f860ee04ccc9eaffa50ea2feaa;hb=416cdd1c85cdf2669785e93a71426a3206166758;hp=df06938cd22b2c78699649a5a44f8530737cd944;hpb=97a8cbc66aa41ab56f8c6887738c498acf28696e;p=senf.git diff --git a/PPI/Module.hh b/PPI/Module.hh index df06938..a55b3f0 100644 --- a/PPI/Module.hh +++ b/PPI/Module.hh @@ -106,8 +106,8 @@ namespace module { public: // Define connectors. Any number and type of connectors may be defined. Connectors // must be public since they need to be accessed to connect modules with each other. - senf::ppi::connector::PassiveInput input; - senf::ppi::connector::ActiveOutput output; + senf::ppi::connector::PassiveInput<> input; + senf::ppi::connector::ActiveOutput<> output; SomeModule(senf::FileHandle h) : handle ( h ),