Rework debian package build: build final and debug packages and split off include...
[senf.git] / PPI / ActiveFeeder.hh
index 1039c59..91f7528 100644 (file)
@@ -54,8 +54,8 @@ namespace module {
     {
         SENF_PPI_MODULE(ActiveFeeder);
     public:
-        connector::ActiveInput input;
-        connector::ActiveOutput output;
+        connector::ActiveInput<> input;
+        connector::ActiveOutput<> output;
 
         ActiveFeeder();