X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FConnectors.ih;h=82873b133b08e69dc39c43eb1ef459e33ca22394;hb=69c137120ce26b83cf37b125c5c54e1eb61f39a3;hp=b8d159724bb49d209d6332daccaafc517d9310aa;hpb=b733a5d9ca5fa34a65c7ebbe3cf8922f37213671;p=senf.git diff --git a/senf/PPI/Connectors.ih b/senf/PPI/Connectors.ih index b8d1597..82873b1 100644 --- a/senf/PPI/Connectors.ih +++ b/senf/PPI/Connectors.ih @@ -56,8 +56,8 @@ namespace detail { public: typedef PacketType Type; - void operator()(Type p); - void write(Type p); + void operator()(Type const & p); + void write(Type const & p); }; }}}}