PPI: Add optional template arg for packet type to connectors
[senf.git] / PPI / CloneSource.hh
index eb79762..516e0d4 100644 (file)
@@ -50,7 +50,7 @@ namespace module {
         SENF_PPI_MODULE(CloneSource);
     public:
 
-        connector::PassiveOutput output;
+        connector::PassiveOutput<> output;
 
         CloneSource(senf::Packet packet);
         void replacePacket(senf::Packet packet);