Code:
Nullptr Fixed!
Code:
C:\Flyff\Source\_Interface\WndWorld.cpp(546): error C2143: syntax error : missing ',' before ':'
C:\Flyff\Source\_Interface\WndWorld.cpp(547): error C2143: syntax error : missing ';' before '{'
C:\Flyff\Source\_Interface\WndWorld.cpp(548): error C2541: 'delete' : cannot delete objects that are not pointers
C:\Flyff\Source\_Interface\WndWorld.cpp(550): fatal error C1903: unable to recover from previous error(s); stopping compilation
Code:
CDropListRender::~CDropListRender()
{
for (auto pItem : mItemList)
{
delete pItem;
}
}
void CDropListRender::Process()






