X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fhttp%2FMethod.cpp;h=b6c202f91e7963bc041033f754dda2639d27bd0c;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=b9fe7dda0b844e7234b44fefba1ac825d56b713a;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/source/http/Method.cpp b/source/http/Method.cpp index b9fe7dd..b6c202f 100644 --- a/source/http/Method.cpp +++ b/source/http/Method.cpp @@ -46,7 +46,7 @@ anna_assign_enum(http::Method::Type) = { http::Method::Type::_v http::Method::asType(const http::Token* token) throw() { - for(register int ii = 0; anna_item_enum(http::Method::Type, ii) != NULL; ii ++) { + for(int ii = 0; anna_item_enum(http::Method::Type, ii) != NULL; ii ++) { if(token->match(anna_item_enum(http::Method::Type, ii)) == true) return (Type::_v) ii; }