Fix Error in CompoundTag.hpp

This commit is contained in:
Qiuzhizhe 2022-10-27 10:33:15 +08:00
parent bc26dccc70
commit e5eef86dd1
No known key found for this signature in database
GPG Key ID: 4EF4BF5521540263

View File

@ -97,6 +97,7 @@ public:
auto iter = val.find(key.data());
if(iter != val.end())
return iter->second.get();
return nullptr;
};
inline bool isEmpty(){