Fix TCP Header Tree-shaking (#1240)

* Update CoreObjectModels.hpp
* Update BUILDVERSION
This commit is contained in:
DuckSoft 2021-01-24 18:46:04 +08:00 committed by QxQ
parent 8a3002aaa8
commit ca18f91fcf
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6132 6133

View File

@ -174,7 +174,7 @@ namespace Qv2ray::base::objects
HTTPRequestObject request; HTTPRequestObject request;
HTTPResponseObject response; HTTPResponseObject response;
JSONSTRUCT_COMPARE(TCPHeader_Internal, type, request, response) JSONSTRUCT_COMPARE(TCPHeader_Internal, type, request, response)
JSONSTRUCT_REGISTER(TCPHeader_Internal, F(type, request, response)) JSONSTRUCT_REGISTER(TCPHeader_Internal, A(type), F(request, response))
}; };
// //
// //