fix: 开启On优化后测试不通过

This commit is contained in:
msojocs 2023-09-22 20:29:44 +08:00
parent 9ca845fed2
commit f9054fc8a7
2 changed files with 2 additions and 2 deletions

View File

@ -625,7 +625,7 @@ namespace WXML
void Init_55F20C(int root, std::string & key, std::string & offset_4, int offset_32, std::string &offset_36);
public:
std::map<int,std::map<std::string,std::vector<WXML::EXPRLib::BNF>>> ret;
bool offset_24;
bool offset_24 = false;
TransitTable(/* args */);
~TransitTable();
static TransitTable* GetInstance();

View File

@ -113,7 +113,7 @@ namespace WXSS
static TransitTable* instance;
static std::mutex m;
std::map<int,std::map<std::string,std::vector<WXSS::CSSTreeLib::BNF>>> offset_0;
bool offset_24;
bool offset_24 = false;
TransitTable(/* args */);
~TransitTable();
static TransitTable* GetInstance();