X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FVectorParser.ih;h=6f84ed5a2c14bd1f69bc344a8ead0dc1d82ae54f;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=bd46aa1161c1cfaa2834f417ae6d512dee6a2bb7;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/VectorParser.ih b/senf/Packets/VectorParser.ih index bd46aa1..6f84ed5 100644 --- a/senf/Packets/VectorParser.ih +++ b/senf/Packets/VectorParser.ih @@ -46,7 +46,7 @@ namespace detail { }; template - struct VectorParserPolicy > { @@ -65,7 +65,7 @@ namespace detail { struct VectorParserPolicy { typedef senf::detail::TransformAuxParserPolicy< - AuxPolicy, + AuxPolicy, VectorParserBytesTransform > type; }; @@ -75,7 +75,7 @@ namespace detail { template struct parser { typedef senf::VectorParser< - ElementParser, + ElementParser, typename VectorParserPolicy::type > type; }; }; @@ -91,7 +91,7 @@ namespace detail { #endif }} - + ///////////////////////////////ih.e//////////////////////////////////////// #endif