Fix annotation

This commit is contained in:
Christian Semmler 2024-02-22 16:19:55 -05:00
parent ae25be66c7
commit 827c4d11b9

View File

@ -33,10 +33,7 @@ struct LegoContainerInfoComparator {
// SIZE 0x10
template <class T>
class LegoContainerInfo : public map<const char*, T*, LegoContainerInfoComparator> {
// SYNTHETIC: LEGO1 0x1005a400
// LegoContainerInfo::~LegoContainerInfo
};
class LegoContainerInfo : public map<const char*, T*, LegoContainerInfoComparator> {};
// SIZE 0x18
template <class T>