X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListOptionTypeParser.ih;fp=senf%2FPackets%2FListOptionTypeParser.ih;h=9743a504c529728fe68e7b8c30a76dad73ac863a;hb=8c6873a925c79e6bb640f82895b31f4cbd84ef30;hp=d85995a9da87b0872a75d8460542a8e18a005b08;hpb=b71a70ffe7cfce2d558ab881c741a0a97758b55b;p=senf.git diff --git a/senf/Packets/ListOptionTypeParser.ih b/senf/Packets/ListOptionTypeParser.ih index d85995a..9743a50 100644 --- a/senf/Packets/ListOptionTypeParser.ih +++ b/senf/Packets/ListOptionTypeParser.ih @@ -52,7 +52,7 @@ namespace senf { typedef ListParser< ListOptionTypeParser_Policy > parser_type; typedef ListParser_Container< container_policy > container_type; - static const size_type init_bytes = 6 + AuxPolicy::aux_bytes; + static const size_type init_bytes = 6u + AuxPolicy::aux_bytes; ListOptionTypeParser_Policy(); template ListOptionTypeParser_Policy(Arg const & arg);